Skip to content

Commit df4575c

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/astral-sh/ruff-pre-commit: v0.5.7 → v0.7.2](astral-sh/ruff-pre-commit@v0.5.7...v0.7.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.13.0](pre-commit/mirrors-mypy@v1.11.1...v1.13.0)
1 parent f2041e5 commit df4575c

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,23 +1,23 @@
11
default_language_version:
22
python: python3.11
3-
default_stages: [commit]
3+
default_stages: [pre-commit]
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-toml
1010
- id: check-yaml
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.5.7
15+
rev: v0.7.2
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.11.1
20+
rev: v1.13.0
2121
hooks:
2222
- id: mypy
2323
- repo: https://github.com/python-poetry/poetry

0 commit comments

Comments
 (0)