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 078baf9 commit 2b586dcCopy full SHA for 2b586dc
setup.cfg
@@ -31,6 +31,9 @@ extend-exclude =
31
32
# Ignoring some errors in some files:
33
per-file-ignores =
34
+ # we need nested import and block variable overlap for conditional
35
+ # importlib_metadata import
36
+ coverage_conditional_plugin/__init__.py: WPS433, WPS440
37
# Disable `test_project` complexity checks:
38
test_project/example.py: WPS202
39
# Enable `assert` keyword and magic numbers for tests:
0 commit comments