We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8951bda commit 69a7771Copy full SHA for 69a7771
.pre-commit-config.yaml
@@ -10,25 +10,21 @@ repos:
10
- id: mixed-line-ending
11
- id: trailing-whitespace
12
- repo: https://github.com/psf/black
13
- rev: 24.10.0
+ rev: 25.1.0
14
hooks:
15
- id: black
16
- repo: https://github.com/PyCQA/isort
17
- rev: 5.13.2
+ rev: 6.0.1
18
19
- id: isort
20
- repo: https://github.com/PyCQA/flake8
21
- rev: 7.1.1
+ rev: 7.1.2
22
23
- id: flake8
24
- repo: https://github.com/shellcheck-py/shellcheck-py
25
rev: v0.10.0.1
26
27
- id: shellcheck
28
-- repo: https://github.com/jackdewinter/pymarkdown
29
- rev: v0.9.25
30
- hooks:
31
- - id: pymarkdown
32
- repo: https://github.com/cmake-lint/cmake-lint
33
rev: 1.4.3
34
0 commit comments