Skip to content

Commit

Permalink
update buildout.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bellenghi committed Feb 20, 2023
1 parent b5ccda1 commit a016829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
entry: flake8
additional_dependencies: ["flake8-django==0.0.4", "pylint-django==2.0.11"]
types: [python]
args: ["--max-complexity=30", "--max-line-length=88", "--ignore=DJ01,DJ08,W503,ANN101", "--exclude=docs/*", "src/", "setup.py"]
args: ["--max-complexity=30", "--max-line-length=88", "--ignore=E203,DJ01,DJ08,W503,ANN101", "--exclude=docs/*", "src/", "setup.py"]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ extends =
# test_plone43.cfg
# test_plone50.cfg
# test_plone51.cfg
test_plone52.cfg
test_plone60.cfg
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ not_skip = __init__.py

[flake8]
exclude = bootstrap.py,docs,*.egg.,omelette
max-complexity = 15
max-complexity = 30
max-line-length = 100000

0 comments on commit a016829

Please sign in to comment.