Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Jun 11, 2023
2 parents e0e3a06 + b9acd50 commit 06173b5
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 454 deletions.
18 changes: 9 additions & 9 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ ignore =
; Do not perform function calls in argument defaults.
B008,

; all init files
__init__.py:
; ignore not used imports
F401,
; ignore import with wildcard
F403,
; Found wrong metadata variable
WPS410,

per-file-ignores =
; all tests
test_*.py,tests.py,tests_*.py,*/tests/*:
Expand All @@ -114,6 +105,15 @@ per-file-ignores =
; Found complex default value
WPS404,

; all init files
__init__.py:
; ignore not used imports
F401,
; ignore import with wildcard
F403,
; Found wrong metadata variable
WPS410,

exclude =
./.git,
./venv,
Expand Down
Loading

0 comments on commit 06173b5

Please sign in to comment.