File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 55 - deps
66repos :
77 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : v0.6.7
8+ rev : v0.8.4
99 hooks :
1010 - id : ruff
1111 args :
1212 - --fix
1313 - --exit-non-zero-on-fix
14- - repo : https://github.com/pycontribs /mirrors-prettier
15- rev : v3.3.3
14+ - repo : https://github.com/rbubley /mirrors-prettier
15+ rev : v3.4.2
1616 hooks :
1717 - id : prettier
1818 always_run : true
@@ -21,24 +21,24 @@ repos:
2121 - prettier-plugin-toml
2222 - prettier-plugin-sort-json
2323 - repo : https://github.com/streetsidesoftware/cspell-cli
24- rev : v8.13.3
24+ rev : v8.17.0
2525 hooks :
2626 - id : cspell
2727 # entry: codespell --relative
2828 args : [--relative, --no-progress, --no-summary]
2929 name : Spell check with cspell
3030 - repo : https://github.com/igorshubovych/markdownlint-cli
31- rev : v0.41 .0
31+ rev : v0.43 .0
3232 hooks :
3333 - id : markdownlint
3434 - repo : https://github.com/psf/black
35- rev : 24.8 .0
35+ rev : 24.10 .0
3636 hooks :
3737 - id : black
3838 args :
3939 - --safe
4040 - repo : https://github.com/pre-commit/pre-commit-hooks
41- rev : v4.6 .0
41+ rev : v5.0 .0
4242 hooks :
4343 - id : end-of-file-fixer
4444 - id : trailing-whitespace
4949 - id : debug-statements
5050 language_version : python3
5151 - repo : https://github.com/ansible/ansible-lint
52- rev : v24.9.2
52+ rev : v24.7.0
5353 hooks :
5454 - id : ansible-lint
5555 language_version : python3.10 # minimal supported officially
6464 - yaml
6565 entry : yamllint --strict
6666 - repo : https://github.com/pre-commit/mirrors-mypy
67- rev : v1.11.2
67+ rev : v1.14.0
6868 hooks :
6969 - id : mypy
7070 entry : mypy src/
7979 - typer-config
8080 - typer>=0.12.2
8181 - repo : https://github.com/pycqa/pylint
82- rev : v3.3.0
82+ rev : v3.3.3
8383 hooks :
8484 - id : pylint
8585 additional_dependencies :
Original file line number Diff line number Diff line change 11alerts
22build
33changelog
4- conda_tests
5- cover
6- docs
74drafts
85install
96lint
You can’t perform that action at this time.
0 commit comments