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 6194697 commit ed56db8Copy full SHA for ed56db8
1 file changed
docs/pages/usage/configuration.rst
@@ -51,8 +51,8 @@ Example:
51
# Inside `setup.cfg`:
52
[flake8]
53
per-file-ignores =
54
- # There are multiple `assert`s in tests, we allow them:
55
- tests/*.py: S101
+ # We allow to shadow functions with parameter names, because of the pytest API:
+ tests/*.py: WPS442
56
57
.. rubric:: Further reading
58
0 commit comments