0b631592ea
* fix: errors to improve pylint scores * fix: test * fix * add: flake ignore rule to pip8speaks conf * fix * add: test patterns to deepsource conf
12 lines
153 B
TOML
12 lines
153 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
test_patterns = [
|
|
"tests/**",
|
|
"test_*.py"
|
|
]
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|