Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Senatorov <[email protected]>
  • Loading branch information
ruslansenatorov authored Nov 4, 2024
1 parent 7254adb commit f957da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ repos:
"--ignore=no_check*,__init__.py",
"--max-line-length=79",
"--const-naming-style=any",
"--disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002,C0305"
"--disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002,C0305,line-too-long"
]
additional_dependencies: [pylint]

Expand Down

0 comments on commit f957da8

Please sign in to comment.