Skip to content

Commit ba41bcd

Browse files
committed
Update pre-commit hooks
1 parent 439d505 commit ba41bcd

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ ci:
55
- deps
66
repos:
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
@@ -49,7 +49,7 @@ repos:
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
@@ -64,7 +64,7 @@ repos:
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/
@@ -79,7 +79,7 @@ repos:
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:

samples/integration/nox.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
alerts
22
build
33
changelog
4-
conda_tests
5-
cover
6-
docs
74
drafts
85
install
96
lint

0 commit comments

Comments
 (0)