Skip to content

Commit 313367c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/google/keep-sorted: v0.5.0 → v0.6.0](google/keep-sorted@v0.5.0...v0.6.0) - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.9.2](astral-sh/ruff-pre-commit@v0.6.8...v0.9.2) - [github.com/aio-libs/sort-all: v1.2.0 → v1.3.0](aio-libs/sort-all@v1.2.0...v1.3.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [github.com/commitizen-tools/commitizen: v3.29.1 → v4.1.0](commitizen-tools/commitizen@v3.29.1...v4.1.0)
1 parent 1831a68 commit 313367c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,35 +24,35 @@ repos:
2424
language: system
2525
always_run: true
2626
pass_filenames: false
27-
stages: [commit]
27+
stages: [pre-commit]
2828
- id: autofix-docs
2929
name: Autofix ReST documentation from docstrings and TOML
3030
entry: poetry run python3 docs/autofix_docs.py
3131
language: system
3232
always_run: true
3333
pass_filenames: false
3434
types: [python, toml]
35-
stages: [commit]
35+
stages: [pre-commit]
3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: v4.6.0
37+
rev: v5.0.0
3838
hooks:
3939
- id: debug-statements
4040
- id: end-of-file-fixer
4141
- id: trailing-whitespace
4242
- repo: https://github.com/google/keep-sorted
43-
rev: v0.5.0
43+
rev: v0.6.0
4444
hooks:
4545
- id: keep-sorted
4646
- repo: https://github.com/pappasam/toml-sort
47-
rev: v0.23.1
47+
rev: v0.24.2
4848
hooks:
4949
- id: toml-sort-fix
5050
# Don't sort certain TOML files:
5151
# - style-related files: used to generate YAML that might depend on the order
5252
# - poetry.lock: auto-generated file
5353
exclude: (ideas/|resources/|tests/|poetry.lock)
5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.6.8
55+
rev: v0.9.2
5656
hooks:
5757
- id: ruff
5858
args: [--fix]
@@ -62,16 +62,16 @@ repos:
6262
hooks:
6363
- id: pydocstringformatter
6464
- repo: https://github.com/aio-libs/sort-all # TODO: style(pre-commit): add sort-all
65-
rev: v1.2.0
65+
rev: v1.3.0
6666
hooks:
6767
- id: sort-all
6868
- repo: https://github.com/psf/black
69-
rev: 24.8.0
69+
rev: 24.10.0
7070
hooks:
7171
- id: black
7272
args: [--safe, --quiet]
7373
- repo: https://github.com/asottile/blacken-docs
74-
rev: 1.18.0
74+
rev: 1.19.1
7575
hooks:
7676
- id: blacken-docs
7777
additional_dependencies: [black==23.7.0]
@@ -84,9 +84,9 @@ repos:
8484
rev: v4.0.0-alpha.8
8585
hooks:
8686
- id: prettier
87-
stages: [commit]
87+
stages: [pre-commit]
8888
- repo: https://github.com/pre-commit/mirrors-mypy
89-
rev: v1.11.2
89+
rev: v1.14.1
9090
hooks:
9191
- id: mypy
9292
# https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-show-error-codes
@@ -131,7 +131,7 @@ repos:
131131
# https://docs.openstack.org/bashate/latest/man/bashate.html#options
132132
args: [-i, E006]
133133
- repo: https://github.com/commitizen-tools/commitizen
134-
rev: v3.29.1
134+
rev: v4.1.0
135135
hooks:
136136
- id: commitizen
137137
stages: [commit-msg]

0 commit comments

Comments
 (0)