Skip to content

Commit

Permalink
update flake config values
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 17, 2023
1 parent 29a1339 commit 9072159
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[flake8]
exclude = docs
ignore = C901, E203, E266, E501, W503, B905
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore =
E203, # whitespace before ',', ';', or ':' - not PEP8
E501, # line too long (82 > 79 characters) - use B950 instead
max-complexity = 18
select = B,C,E,F,W,T4,B9

[zest.releaser]
tag-format = v{version}
Expand Down

0 comments on commit 9072159

Please sign in to comment.