Skip to content

Commit 523fbb6

Browse files
authored
Merge pull request #343 from bgilbert/pre-commit
pre-commit: update versions
2 parents b0cc36b + 5fe35ee commit 523fbb6

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
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.21.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
name: Modernize python code
@@ -29,7 +29,7 @@ repos:
2929
name: Reorder python imports with isort
3030

3131
- repo: https://github.com/psf/black
32-
rev: 25.9.0
32+
rev: 25.12.0
3333
hooks:
3434
- id: black
3535
name: Format python code with black
@@ -54,7 +54,7 @@ repos:
5454
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
5555

5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.18.2
57+
rev: v1.19.1
5858
hooks:
5959
- id: mypy
6060
name: Check Python types

0 commit comments

Comments
 (0)