Skip to content

Commit

Permalink
Adapt flake8 to Plone/black standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Mar 8, 2021
1 parent 82f1835 commit 9a80f4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions news/452.feature
@@ -0,0 +1,2 @@
Adapt flake8 to Plone/black standards.
[thet]
7 changes: 2 additions & 5 deletions setup.cfg
Expand Up @@ -4,11 +4,8 @@ ignore =
.travis.yml

[flake8]
exclude =
bootstrap-buildout.py,

ignore =
W503
max-line-length = 88
extend-ignore = E203, W503

[isort]
force_alphabetical_sort=True
Expand Down

0 comments on commit 9a80f4c

Please sign in to comment.