Skip to content

Commit 25607b9

Browse files
committed
Update pre-commit config
1 parent cbf6d68 commit 25607b9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
exclude: |
2-
(?x)^(
3-
README.md
4-
)$
51
repos:
62
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
3+
rev: v4.5.0
84
hooks:
95
- id: check-yaml
106
- id: end-of-file-fixer
@@ -14,12 +10,12 @@ repos:
1410
- id: pretty-format-json
1511
args: ["--indent", "2", "--autofix", "--no-sort-keys"]
1612
- repo: https://github.com/PyCQA/isort
17-
rev: 5.12.0
13+
rev: 5.13.2
1814
hooks:
1915
- id: isort
2016
args: ["--profile", "black", "--filter-files"]
2117
- repo: https://github.com/psf/black
22-
rev: 23.3.0
18+
rev: 23.12.1
2319
hooks:
2420
- id: black
2521
- repo: local

0 commit comments

Comments
 (0)