Skip to content

Commit 69a7771

Browse files
committed
remove this dogshit
1 parent 8951bda commit 69a7771

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
@@ -10,25 +10,21 @@ repos:
1010
- id: mixed-line-ending
1111
- id: trailing-whitespace
1212
- repo: https://github.com/psf/black
13-
rev: 24.10.0
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 7.1.1
21+
rev: 7.1.2
2222
hooks:
2323
- id: flake8
2424
- repo: https://github.com/shellcheck-py/shellcheck-py
2525
rev: v0.10.0.1
2626
hooks:
2727
- id: shellcheck
28-
- repo: https://github.com/jackdewinter/pymarkdown
29-
rev: v0.9.25
30-
hooks:
31-
- id: pymarkdown
3228
- repo: https://github.com/cmake-lint/cmake-lint
3329
rev: 1.4.3
3430
hooks:

0 commit comments

Comments
 (0)