Skip to content

Commit 50679f7

Browse files
authored
Merge pull request #283 from Guts/tooling/bump-git-hooks
update(tooling): bump git hooks
2 parents 1a3beec + 11e601e commit 50679f7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# See https://pre-commit.com for more information
2-
# See https://pre-commit.com/hooks.html for more hooks
3-
41
exclude: 'static/'
52
repos:
63
# Fix end of files
74
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
5+
rev: v6.0.0
96
hooks:
107
- id: trailing-whitespace
118
- id: end-of-file-fixer
@@ -15,7 +12,7 @@ repos:
1512

1613
# Remove unused imports/variables
1714
- repo: https://github.com/myint/autoflake
18-
rev: v2.3.1
15+
rev: v2.3.3
1916
hooks:
2017
- id: autoflake
2118
args:
@@ -24,13 +21,21 @@ repos:
2421

2522
# Sort imports
2623
- repo: https://github.com/pycqa/isort
27-
rev: "6.0.1"
24+
rev: "8.0.1"
2825
hooks:
2926
- id: isort
30-
args: ["--profile", "black"]
27+
args:
28+
- --profile
29+
- black
3130

3231
# Black formatting
3332
- repo: https://github.com/psf/black
34-
rev: 25.1.0
33+
rev: 26.3.1
3534
hooks:
3635
- id: black
36+
37+
ci:
38+
autoupdate_schedule: quarterly
39+
skip: []
40+
submodules: false
41+

0 commit comments

Comments
 (0)