mirror of https://github.com/rq/rq.git
12 lines
171 B
TOML
12 lines
171 B
TOML
|
version = 1
|
||
|
|
||
|
test_patterns = ["tests/**"]
|
||
|
|
||
|
exclude_patterns = ["examples/**"]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "python"
|
||
|
enabled = true
|
||
|
|
||
|
[analyzers.meta]
|
||
|
runtime_version = "3.x.x"
|