Skip to content

Commit

Permalink
flake8 and pyroma
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jan 17, 2024
1 parent a7a53c2 commit b2c7cc9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 13 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ line_length = 200
not_skip = __init__.py

[flake8]
# black compatible flake8 rules:
ignore =
W503,
C812,
E501
T001
C813
# E203, E266
exclude = bootstrap.py,docs,*.egg.,omelette
ignore = W503
max-complexity = 15
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
builtins = unicode,basestring

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# Get more from https://pypi.org/classifiers/
classifiers=[
"Environment :: Web Environment",
"Development Status :: 5 - Production/Stable",
"Framework :: Plone",
"Framework :: Plone :: Addon",
"Framework :: Plone :: 5.2",
Expand Down

0 comments on commit b2c7cc9

Please sign in to comment.