Skip to content

Commit edb2469

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.9.10](astral-sh/ruff-pre-commit@v0.7.4...v0.9.10) - [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.5](pylint-dev/pylint@v3.3.1...v3.3.5)
1 parent e1e8f6f commit edb2469

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ repos:
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.9.10
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.5
5858
hooks:
5959
- id: pylint
6060
additional_dependencies:

0 commit comments

Comments
 (0)