Skip to content

Commit 606879e

Browse files
committed
Hook configuration adjust
1 parent fffa3f5 commit 606879e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[flake8]
2+
ignore = W503, E701
23
exclude = .git,venv,env
34
max-line-length = 119

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ requires = [
99
build-backend = "setuptools.build_meta"
1010

1111
[tool.isort]
12-
line_length = 120
12+
line_length = 119
1313

1414
[tool.black]
15-
line-length = 120
15+
line-length = 119
1616
target-version = ['py310']

0 commit comments

Comments
 (0)