We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cc577 commit 866438aCopy full SHA for 866438a
.lgtm.yml
@@ -1,3 +1,10 @@
1
path_classifiers:
2
- thirdparty:
3
- - "mitogen/compat/*.py"
+ library:
+ - "mitogen/compat"
4
+ - "ansible_mitogen/compat"
5
+queries:
6
+ # Mitogen 2.4 compatibility trips this query everywhere, so just disable it
7
+ - exclude: py/unreachable-statement
8
+ - exclude: py/should-use-with
9
+ # mitogen.core.b() trips this query everywhere, so just disable it
10
+ - exclude: py/import-and-import-from
0 commit comments