Skip to content

Commit ed56db8

Browse files
authored
Update configuration.rst
1 parent 6194697 commit ed56db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pages/usage/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Example:
5151
# Inside `setup.cfg`:
5252
[flake8]
5353
per-file-ignores =
54-
# There are multiple `assert`s in tests, we allow them:
55-
tests/*.py: S101
54+
# We allow to shadow functions with parameter names, because of the pytest API:
55+
tests/*.py: WPS442
5656
5757
.. rubric:: Further reading
5858

0 commit comments

Comments
 (0)