Skip to content

Commit

Permalink
Hook configuration adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 19, 2024
1 parent fffa3f5 commit 606879e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[flake8]
ignore = W503, E701
exclude = .git,venv,env
max-line-length = 119
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.isort]
line_length = 120
line_length = 119

[tool.black]
line-length = 120
line-length = 119
target-version = ['py310']

0 comments on commit 606879e

Please sign in to comment.