Skip to content

Commit 285400c

Browse files
authored
Merge pull request #81 from amarvin/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 09c34c7 + 9073bff commit 285400c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
6+
exclude_types: [python]
67
- id: end-of-file-fixer
78
- id: check-yaml
89
- id: check-added-large-files
910
- repo: https://github.com/PyCQA/isort
10-
rev: 5.10.1
11+
rev: 5.13.2
1112
hooks:
1213
- id: isort
1314
- repo: https://github.com/psf/black
14-
rev: 22.8.0
15+
rev: 24.3.0
1516
hooks:
1617
- id: black

0 commit comments

Comments
 (0)