Skip to content

Commit

Permalink
Add flake8 argments.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Apr 5, 2024
1 parent 0b5be3b commit 5d50056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ repos:
- id: flake8
types: ["python"]
additional_dependencies: ["flake8-bugbear==23.9.16"]
args: ["--max-line-length=88", "--extend-ignore=E203"]
- repo: https://github.com/pycqa/bandit
rev: 1.7.5
hooks:
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,3 @@ enable_error_code = [
]
show_error_codes = true
warn_unreachable = true

[tool.flake8]
max-line-length = 88
extend-ignore = "E203"

0 comments on commit 5d50056

Please sign in to comment.