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 92aa4f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions news/452.feature
@@ -0,0 +1,2 @@
Adapt flake8 to Plone/black standards.
[thet]
8 changes: 3 additions & 5 deletions setup.cfg
Expand Up @@ -4,11 +4,9 @@ ignore =
.travis.yml

[flake8]
exclude =
bootstrap-buildout.py,

ignore =
W503
exclude = *.egg.,omelette
ignore = W503
max-line-length = 88

[isort]
force_alphabetical_sort=True
Expand Down

0 comments on commit 92aa4f4

Please sign in to comment.