Skip to content

Commit

Permalink
Adopt flake8 rules recommended by black project
Browse files Browse the repository at this point in the history
  • Loading branch information
felixblanke committed Jun 3, 2024
1 parent 9950294 commit c9af10c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ ignore =
# asserts are ok in test.
S101
C901
extend-select = B950
extend-ignore = E501,E701,E704
exclude =
.tox,
.git,
Expand All @@ -37,7 +39,7 @@ exclude =
.eggs,
data.
src/ptwt/__init__.py
max-line-length = 90
max-line-length = 80
max-complexity = 20
import-order-style = pycharm
application-import-names =
Expand Down

0 comments on commit c9af10c

Please sign in to comment.