Skip to content

Commit 3d47afb

Browse files
Consistent versions in pre-comit config file
Follow the style of the pre-commit doc itself: https://pre-commit.com/#2-add-a-pre-commit-configuration
1 parent a7021bf commit 3d47afb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: "v1.11.2"
3+
rev: v1.11.2
44
hooks:
55
- id: mypy
66
additional_dependencies:
77
- httpx
88
exclude: docs/.*|tests/.*|noxfile.py
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: "v4.6.0"
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-builtin-literals
1414
- id: check-added-large-files
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/adamchainz/blacken-docs
24-
rev: "1.18.0"
24+
rev: 1.18.0
2525
hooks:
2626
- id: blacken-docs
2727

0 commit comments

Comments
 (0)