@@ -24,14 +24,7 @@ repos:
2424 rev : v0.3.0
2525 hooks :
2626 - id : sync-pre-commit-deps
27- args :
28- - " --requirements=requirements/lock/pre-commit-additional-dependencies.txt"
29- files : >-
30- ^\.pre-commit-config\.yaml$|^requirements/lock/pre-commit-additional-dependencies\.txt$
3127 - id : sync-uv-dependency-groups
32- - id : justfile-format
33- additional_dependencies :
34- - rust-just==1.47.1
3528
3629 # * Forbidden files
3730 - repo : local
7366 files : ^pyproject\.toml$
7467 # ** validate (schema-store)
7568 - repo : https://github.com/henryiii/validate-pyproject-schema-store
76- rev : 2026.03.15
69+ rev : 2026.03.27
7770 hooks :
7871 - id : validate-pyproject
7972 name : validate-pyproject-schema-store
@@ -103,31 +96,24 @@ repos:
10396 - id : markdownlint-cli2
10497 alias : markdownlint
10598 args : [--style, prettier]
106- # language_version: 10.9.0
99+
100+ # Just
101+ - repo : https://github.com/wpk-nist-gov/just-pre-commit
102+ rev : v1.48.0
103+ hooks :
104+ - id : justfile-format
107105
108106 # * Linting
109107 - repo : https://github.com/astral-sh/ruff-pre-commit
110- rev : v0.15.7
108+ rev : v0.15.8
111109 hooks :
112110 - id : ruff-check
113111 alias : ruff
114112 args : [--fix, --show-fixes]
113+ types_or : &ruff_types [python, pyi, jupyter, markdown]
115114 - id : ruff-format
116115 alias : ruff
117- - repo : https://github.com/adamtheturtle/doccmd-pre-commit
118- rev : v2026.3.2
119- hooks :
120- - id : doccmd
121- name : " ruff format markdown"
122- alias : ruff
123- args :
124- - " --language"
125- - " python"
126- - " --no-pad-file"
127- - " --command"
128- - " ruff format"
129- additional_dependencies :
130- - ruff==0.15.7
116+ types_or : *ruff_types
131117
132118 # * Spelling
133119 # ** typos
@@ -149,7 +135,7 @@ repos:
149135 - " --custom-command=prek run pyproject2conda-project --all-files"
150136 # ** uv
151137 - repo : https://github.com/astral-sh/uv-pre-commit
152- rev : 0.11.1
138+ rev : 0.11.2
153139 hooks :
154140 - id : uv-lock
155141 alias : requirements
@@ -182,7 +168,7 @@ repos:
182168
183169 # * Actions
184170 - repo : https://github.com/python-jsonschema/check-jsonschema
185- rev : 0.37.0
171+ rev : 0.37.1
186172 hooks :
187173 - id : check-github-workflows
188174 alias : actions
0 commit comments