Skip to content

Commit

Permalink
Merge pull request Tecnativa#423 from Tecnativa/fix-error-flake8
Browse files Browse the repository at this point in the history
[FIX] Undoo PR 422 changes and set correct solution
  • Loading branch information
pedrobaeza authored Nov 8, 2023
2 parents 9522a6d + 4bebbc9 commit b871898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# HACK https://gitlab.com/pycqa/flake8/issues/428
[flake8]
# See https://github.com/psf/black#line-length
ignore = E203, E501, W503, B950, B023
ignore = E203, E501, W503, B950
max-line-length = 88
select = C,E,F,W,B
1 change: 1 addition & 0 deletions .pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ repos:
hooks:
- id: flake8
name: flake8 except __init__.py, __manifest__.py
args: ["--extend-ignore=B023"]
exclude: /__(?:init|manifest)__\.py$
additional_dependencies: ["flake8-bugbear==23.7.10", "importlib-metadata<=6.8.0"]
- id: flake8
Expand Down

0 comments on commit b871898

Please sign in to comment.