You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
348 B
YAML
11 lines
348 B
YAML
path_classifiers:
|
|
library:
|
|
- "mitogen/compat"
|
|
- "ansible_mitogen/compat"
|
|
queries:
|
|
# Mitogen 2.4 compatibility trips this query everywhere, so just disable it
|
|
- exclude: py/unreachable-statement
|
|
- exclude: py/should-use-with
|
|
# mitogen.core.b() trips this query everywhere, so just disable it
|
|
- exclude: py/import-and-import-from
|