33repos :
44 # GH Actions
55 - repo : https://github.com/python-jsonschema/check-jsonschema
6- rev : ' 0.22.0 '
6+ rev : " 0.28.6 "
77 hooks :
8- - id : check-github-workflows
8+ - id : check-github-workflows
99
1010 # Quality
1111 - repo : https://github.com/astral-sh/ruff-pre-commit
12- rev : v0.1.6
12+ rev : v0.5.0
1313 hooks :
1414 - id : ruff
15- types_or : [ python, pyi, jupyter ]
16- args : [ --fix ]
15+ types_or : [python, pyi, jupyter]
16+ args : [--fix]
1717 - id : ruff-format
18- types_or : [ python, pyi, jupyter ]
18+ types_or : [python, pyi, jupyter]
1919
2020 - repo : https://github.com/pre-commit/mirrors-mypy
21- rev : ' v1.1.1 '
21+ rev : " v1.10.1 "
2222 hooks :
2323 - id : mypy
2424 args : [--no-strict-optional, --ignore-missing-imports]
@@ -27,37 +27,37 @@ repos:
2727
2828 # License Metadata
2929 - repo : https://github.com/citation-file-format/cff-converter-python
30- rev : ' 44e8fc9 '
30+ rev : " 054bda51dbe278b3e86f27c890e3f3ac877d616c "
3131 hooks :
3232 - id : validate-cff
3333 - repo : https://github.com/fsfe/reuse-tool
34- rev : ' v1.1.2 '
34+ rev : " v3.0.2 "
3535 hooks :
3636 - id : reuse
3737
3838 # Project Metadata
3939 - repo : https://github.com/Materials-Data-Science-and-Informatics/somesy
40- rev : ' v0.3.0 '
40+ rev : " v0.4.2 "
4141 hooks :
4242 - id : somesy
4343
4444 # Various general + format-specific helpers
4545 # (run last to fix general syntactic defects)
4646 - repo : https://github.com/pre-commit/pre-commit-hooks
47- rev : v4.4 .0
47+ rev : v4.6 .0
4848 hooks :
49- # - id: mixed-line-ending
50- # args: [--fix=lf]
51- - id : check-symlinks
52- - id : trailing-whitespace
53- exclude : ' CITATION.cff'
54- - id : check-yaml
55- exclude : ' mkdocs.yml'
56- - id : check-toml
57- - id : check-json
58- - id : check-ast
59- - id : debug-statements
60- - id : check-merge-conflict
61- - id : check-shebang-scripts-are-executable
62- - id : check-added-large-files
63- args : [--maxkb=10000]
49+ # - id: mixed-line-ending
50+ # args: [--fix=lf]
51+ - id : check-symlinks
52+ - id : trailing-whitespace
53+ exclude : " CITATION.cff"
54+ - id : check-yaml
55+ exclude : " mkdocs.yml"
56+ - id : check-toml
57+ - id : check-json
58+ - id : check-ast
59+ - id : debug-statements
60+ - id : check-merge-conflict
61+ - id : check-shebang-scripts-are-executable
62+ - id : check-added-large-files
63+ args : [--maxkb=10000]
0 commit comments