Skip to content

Commit

Permalink
revert: "chore: revert addition of setup.cfg with flake8"
Browse files Browse the repository at this point in the history
This reverts commit a18d7ec.

Turns out there are conflicting options for flake8 that must be handled
for it to pass.

Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Apr 4, 2022
1 parent e083bdf commit f584c7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
# https://github.com/ambv/black#line-length
max-line-length = 90
exclude =
*/tests/**
extend_ignore = D202, W503
per_file_ignores = */__init__.py:D104

0 comments on commit f584c7b

Please sign in to comment.