Skip to content

Commit

Permalink
align flake8 and black
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux-cpp-lisp committed Nov 16, 2021
1 parent 6cae84b commit 9a2beed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 127
select = E,F,W,C
ignore = E226,E501,E741,E743,C901,W503
ignore = E226,E501,E741,E743,C901,W503,E203
exclude = .eggs,*.egg,build,dist,docs

0 comments on commit 9a2beed

Please sign in to comment.