Skip to content

Commit 60e8457

Browse files
committed
Update .pre-commit-config.yaml
1 parent de58443 commit 60e8457

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,16 @@ repos:
6060
- --line-length=80
6161

6262
- repo: https://github.com/astral-sh/ruff-pre-commit
63-
rev: v0.0.286
63+
rev: v0.4.3
6464
hooks:
6565
- id: ruff
6666
types_or: [python, pyi, jupyter]
6767
args:
6868
- --fix
6969
- --target-version=py311
70-
- --select=B,C,E,F,W
70+
- --select=B,C,E,F,W,B9
7171
- --line-length=80
72-
73-
- repo: https://github.com/PyCQA/flake8
74-
rev: 6.0.0
75-
hooks:
76-
- id: flake8
77-
args:
78-
- --ignore=E203,E402,E501,E800,W503,W391,E261
79-
- --select=B,C,E,F,W,T4,B9
72+
- --ignore=E203,E402,E501,E261
8073

8174
- repo: https://github.com/psf/black
8275
rev: 23.7.0

0 commit comments

Comments
 (0)