Skip to content

Commit 6a75bbd

Browse files
authored
Merge pull request #283 from bgilbert/pre-commit
pre-commit: update versions
2 parents ab8824d + 3d16e58 commit 6a75bbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: '^(COPYING\.LESSER|examples/deepzoom/static/.*\.js)$'
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-merge-conflict
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

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

3131
- repo: https://github.com/psf/black
32-
rev: 24.8.0
32+
rev: 24.10.0
3333
hooks:
3434
- id: black
3535
name: Format python code with black
3636

3737
- repo: https://github.com/asottile/blacken-docs
38-
rev: 1.18.0
38+
rev: 1.19.0
3939
hooks:
4040
- id: blacken-docs
4141
name: Format python code in documentation
@@ -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.11.2
57+
rev: v1.12.0
5858
hooks:
5959
- id: mypy
6060
name: Check Python types

0 commit comments

Comments
 (0)