Skip to content

Commit 67c2e40

Browse files
committed
pre-commit autoupdate --freeze
1 parent cf349c5 commit 67c2e40

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
@@ -2,22 +2,22 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.10.0
5+
rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0
66
hooks:
77
- id: black
88
- repo: https://github.com/pycqa/isort
9-
rev: 5.13.2
9+
rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2
1010
hooks:
1111
- id: isort
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
1717
- id: check-yaml
1818
- id: check-added-large-files
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.19.0
20+
rev: ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2 # frozen: v3.19.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]

0 commit comments

Comments
 (0)