Skip to content

Commit

Permalink
Fix wemake-python-styleguide errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 9, 2025
1 parent 144a174 commit 338a241
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ ignore =
# RST307: Error in "code" directive
RST307,
# N805 first argument of a method should be named 'self'
N805

N805,
# WPS412 Found `__init__.py` module with logic
WPS412

# http://flake8.pycqa.org/en/latest/user/options.html?highlight=per-file-ignores#cmdoption-flake8-per-file-ignores
per-file-ignores =
Expand Down

0 comments on commit 338a241

Please sign in to comment.