Skip to content

Commit 9f336d0

Browse files
lbluquegithub-actions[bot]
authored andcommitted
auto-update pre-commit hooks
1 parent 220cbba commit 9f336d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
args: ['--maxkb=500']
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.10.0
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424

@@ -30,15 +30,15 @@ repos:
3030
exclude: README.md
3131

3232
- repo: https://github.com/pycqa/isort
33-
rev: 6.0.0
33+
rev: 6.0.1
3434
hooks:
3535
- id: isort
3636
name: isort (python)
3737
args:
3838
- --profile=black
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.19.1
41+
rev: v3.20.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py38-plus]
@@ -71,6 +71,6 @@ repos:
7171
- id: rst-inline-touching-normal
7272

7373
- repo: https://github.com/pre-commit/mirrors-mypy
74-
rev: 'v1.14.1' # Use the sha / tag you want to point at
74+
rev: 'v1.17.0' # Use the sha / tag you want to point at
7575
hooks:
7676
- id: mypy

0 commit comments

Comments
 (0)