Skip to content

Commit

Permalink
Update .pre-commit-config.yaml #28
Browse files Browse the repository at this point in the history
Fixes #28

Signed-off-by: Ruslan Senatorov <[email protected]>
  • Loading branch information
ruslansenatorov authored Nov 4, 2024
1 parent e5a7c52 commit 3d93de4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ repos:
hooks:
- id: nbqa-flake8
args:
- --ignore=E501,E712,W291,F632,E203,F821,F403,W391
- --ignore=E501,E712,W291,F632,E203,F821,F403
- --exclude=.*,__init__.py
name: nbqa-flake8
description: Run 'flake8' on a Jupyter Notebook
Expand All @@ -111,7 +111,7 @@ repos:
hooks:
- id: flake8
args:
- --ignore=E501,E712,W291,F632,E203,F821,F403,W391
- --ignore=E501,E712,W291,F632,E203,F821,F403
- --exclude=.*,__init__.py
additional_dependencies:
- flake8-variables-names
Expand Down Expand Up @@ -216,7 +216,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


- repo: https://github.com/pre-commit/mirrors-pylint
Expand All @@ -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,line-too-long"
]
additional_dependencies: [pylint]

Expand Down

0 comments on commit 3d93de4

Please sign in to comment.