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 <55090151+ruslansenatorov@users.noreply.github.com>
  • Loading branch information
ruslansenatorov committed May 13, 2024
1 parent e4206e4 commit 42f1003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ repos:
[
"--max-line-length=79",
"--const-naming-style=any",
"--disable=E0401",
"--disable=E0401,W0104",
]

- repo: https://github.com/pre-commit/mirrors-pylint
Expand All @@ -207,7 +207,7 @@ repos:
language: python
types: [python]
args:
[--max-line-length=79, "--const-naming-style=any", "--disable=E0401"]
[--max-line-length=79, "--const-naming-style=any", "--disable=E0401,W0104"]
additional_dependencies: [pylint]

- repo: https://github.com/nbQA-dev/nbQA
Expand Down

0 comments on commit 42f1003

Please sign in to comment.