Skip to content

Commit

Permalink
line length is enforced by black
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Jan 6, 2024
1 parent e721911 commit 433897e
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,6 +1,6 @@
[flake8]
statistics = True
max-line-length = 80
ignore = E501, B008, B011, B905, W503
ignore = E501, B008, B011, B905, B950, W503
select = C,E,F,W,B,B9
exclude = docs,.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg

0 comments on commit 433897e

Please sign in to comment.