Skip to content

Commit 9363959

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [github.com/pappasam/toml-sort: v0.24.1 → v0.24.2](pappasam/toml-sort@v0.24.1...v0.24.2) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.11.2](astral-sh/ruff-pre-commit@v0.7.4...v0.11.2) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/pycqa/pylint: v3.3.1 → v3.3.6](pylint-dev/pylint@v3.3.1...v3.3.6)
1 parent e1e8f6f commit 9363959

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ repos:
1616
- id: debug-statements
1717

1818
- repo: https://github.com/adrienverge/yamllint.git
19-
rev: v1.35.1
19+
rev: v1.37.0
2020
hooks:
2121
- id: yamllint
2222
files: \.(yaml|yml)$
2323
types: [file, yaml]
2424
entry: yamllint --strict
2525
- repo: https://github.com/pappasam/toml-sort
26-
rev: v0.24.1
26+
rev: v0.24.2
2727
hooks:
2828
- id: toml-sort-fix
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.7.4
30+
rev: v0.11.2
3131
hooks:
3232
- id: ruff
3333
args:
@@ -37,11 +37,11 @@ repos:
3737
- id: ruff-format # must be after ruff
3838
types_or: [python, pyi]
3939
- repo: https://github.com/psf/black # must be after ruff
40-
rev: 24.10.0
40+
rev: 25.1.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.13.0
44+
rev: v1.15.0
4545
hooks:
4646
- id: mypy
4747
# empty args needed in order to match mypy cli behavior
@@ -54,7 +54,7 @@ repos:
5454
- py>=1.9.0
5555
- tox>=4.23.2
5656
- repo: https://github.com/pycqa/pylint
57-
rev: v3.3.1
57+
rev: v3.3.6
5858
hooks:
5959
- id: pylint
6060
additional_dependencies:

0 commit comments

Comments
 (0)