Skip to content

Commit c77f9ab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.3.4...v0.5.5) - [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.1.4](tox-dev/pyproject-fmt@1.7.0...2.1.4) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.0](pre-commit/mirrors-mypy@v1.9.0...v1.11.0)
1 parent 4d0d50b commit c77f9ab

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
@@ -1,25 +1,25 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-yaml
77
- id: debug-statements
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.3.4
9+
rev: v0.5.5
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]
1313
- id: ruff-format
1414

1515
- repo: https://github.com/tox-dev/pyproject-fmt
16-
rev: "1.7.0"
16+
rev: "2.1.4"
1717
hooks:
1818
- id: pyproject-fmt
1919
exclude: docs/examples/
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: 'v1.9.0'
22+
rev: 'v1.11.0'
2323
hooks:
2424
- id: mypy
2525
args: [--strict]

0 commit comments

Comments
 (0)