Skip to content

Commit 79ac80d

Browse files
120
Signed-off-by: Ruslan Senatorov <[email protected]>
1 parent 7d9f063 commit 79ac80d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
rev: "eb1df347edd128b30cd3368dddc3aa65edcfac38"
1919
hooks:
2020
- id: docformatter
21-
args: [--in-place, --wrap-descriptions=90, --style=google]
21+
args: [--in-place, --wrap-descriptions=120, --style=google]
2222
- repo: https://github.com/psf/black.git
2323
rev: "24.10.0"
2424
hooks:
@@ -218,7 +218,7 @@ repos:
218218
additional_dependencies: [pylint]
219219
args:
220220
- --ignore=no_check*,__init__.py
221-
- --max-line-length=90
221+
- --max-line-length=120
222222
- --const-naming-style=any
223223
- --disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002,C0305,C0303,E2515
224224

@@ -234,7 +234,7 @@ repos:
234234
args:
235235
[
236236
"--ignore=no_check*,__init__.py",
237-
"--max-line-length=90",
237+
"--max-line-length=120",
238238
"--const-naming-style=any",
239239
"--disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002,C0305,line-too-long,C0303,E2515"
240240
]

0 commit comments

Comments
 (0)