Skip to content

Commit cdaa10d

Browse files
committed
chore: upgrade pre-commit dependencies
1 parent 7229004 commit cdaa10d

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
@@ -2,15 +2,15 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/psf/black
10-
rev: 22.3.0
10+
rev: 24.10.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/PyCQA/pylint
14-
rev: v2.15.8
14+
rev: v3.3.3
1515
hooks:
1616
- id: pylint

0 commit comments

Comments
 (0)