Skip to content

Commit 96ced01

Browse files
committed
BLD: update pre-commit config
1 parent 17d87f7 commit 96ced01

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
@@ -7,7 +7,7 @@ exclude: |
77
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: no-commit-to-branch
1313
- id: trailing-whitespace
@@ -27,11 +27,11 @@ repos:
2727
- id: debug-statements
2828

2929
- repo: https://github.com/pycqa/flake8.git
30-
rev: 6.0.0
30+
rev: 7.2.0
3131
hooks:
3232
- id: flake8
3333

3434
- repo: https://github.com/timothycrosley/isort
35-
rev: 5.12.0
35+
rev: 6.0.1
3636
hooks:
3737
- id: isort

0 commit comments

Comments
 (0)