Commit d18736a 1 parent d7be2b0 commit d18736a Copy full SHA for d18736a
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ exclude: '.*.weldx$|.*.wx$|.*.asdf$'
12
12
repos :
13
13
# ----- general formatting -----
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v4.6 .0
15
+ rev : v5.0 .0
16
16
hooks :
17
17
- id : trailing-whitespace
18
18
args : [--markdown-linebreak-ext=md]
19
19
- id : end-of-file-fixer
20
20
- id : check-yaml
21
21
exclude : devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
22
22
- repo : https://github.com/executablebooks/mdformat
23
- rev : 0.7.17
23
+ rev : 0.7.18
24
24
hooks :
25
25
- id : mdformat
26
26
additional_dependencies :
29
29
- mdformat-config
30
30
# ----- Python formatting -----
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.6.3
32
+ rev : v0.7.2
33
33
hooks :
34
34
# Run ruff linter.
35
35
- id : ruff
@@ -39,11 +39,11 @@ repos:
39
39
# Run ruff formatter.
40
40
- id : ruff-format
41
41
- repo : https://github.com/tox-dev/pyproject-fmt
42
- rev : 2.2.1
42
+ rev : v2.5.0
43
43
hooks :
44
44
- id : pyproject-fmt
45
45
- repo : https://github.com/abravalheri/validate-pyproject
46
- rev : v0.19
46
+ rev : v0.22
47
47
hooks :
48
48
- id : validate-pyproject
49
49
# ----- Jupyter Notebooks -----
You can’t perform that action at this time.
0 commit comments