Skip to content

Commit a7b879b

Browse files
[pre-commit.ci] pre-commit autoupdate (#82)
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) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.8.6](astral-sh/ruff-pre-commit@v0.3.7...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.14.1](pre-commit/mirrors-mypy@v1.9.0...v1.14.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c122ef3 commit a7b879b

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,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/charliermarsh/ruff-pre-commit
9-
rev: "v0.3.7"
8+
- repo: https://github.com/astral-sh/ruff-pre-commit
9+
rev: "v0.8.6"
1010
hooks:
1111
- id: ruff
1212
args: [--fix]
1313
- id: ruff-format
1414

1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.9.0
17+
rev: v1.14.1
1818
hooks:
1919
- id: mypy
2020
files: ".+.py"

0 commit comments

Comments
 (0)