Skip to content

Commit cd3216d

Browse files
authored
Merge pull request #304 from bgilbert/pre-commit
pre-commit: update versions
2 parents d13a0da + c885d44 commit cd3216d

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.18.0
19+
rev: v3.19.0
2020
hooks:
2121
- id: pyupgrade
2222
name: Modernize python code
@@ -35,7 +35,7 @@ repos:
3535
name: Format python code with black
3636

3737
- repo: https://github.com/asottile/blacken-docs
38-
rev: 1.19.0
38+
rev: 1.19.1
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.12.0
57+
rev: v1.13.0
5858
hooks:
5959
- id: mypy
6060
name: Check Python types

0 commit comments

Comments
 (0)