mirror of https://github.com/peter4431/rq.git
Fix some code quality issues (#1235)
parent
eb92d688a8
commit
b2be17417f
@ -0,0 +1,12 @@
|
||||
version = 1
|
||||
|
||||
test_patterns = ["tests/**"]
|
||||
|
||||
exclude_patterns = ["examples/**"]
|
||||
|
||||
[[analyzers]]
|
||||
name = "python"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "3.x.x"
|
@ -1,2 +1,3 @@
|
||||
include LICENSE
|
||||
include *.toml
|
||||
recursive-exclude tests *
|
||||
|
Loading…
Reference in New Issue