Skip to content

Commit f2dfa32

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.6.0](tox-dev/pyproject-fmt@2.2.4...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.8...v0.11.11) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 11f3262 commit f2dfa32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ repos:
77
- id: trailing-whitespace
88
- id: check-yaml
99
- repo: https://github.com/tox-dev/pyproject-fmt
10-
rev: "2.2.4"
10+
rev: "v2.6.0"
1111
hooks:
1212
- id: pyproject-fmt
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.8
14+
rev: v0.11.11
1515
hooks:
1616
- id: ruff
1717
args: [ "--fix", "--unsafe-fixes", "--show-fixes", "--exit-non-zero-on-fix"]
1818
- id: ruff-format
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.11.2
20+
rev: v1.15.0
2121
hooks:
2222
- id: mypy
2323
args: ['--warn-unused-ignores', '--strict-equality','--no-implicit-optional', '--check-untyped-defs']
@@ -30,7 +30,7 @@ repos:
3030
- "tomli; python_version < '3.11'"
3131
# Configuration for codespell is in pyproject.toml
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.3.0
33+
rev: v2.4.1
3434
hooks:
3535
- id: codespell
3636
additional_dependencies:

0 commit comments

Comments
 (0)