Skip to content

Commit 738ee62

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 5cb5f03 commit 738ee62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ repos:
99
args:
1010
- --quiet-level=2
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.11.8
12+
rev: v0.11.12
1313
hooks:
1414
- id: ruff-format
1515
- id: ruff
1616
args:
1717
- --select=A,B,C,E,F,I,PL,RUF,UP,W
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.15.0
19+
rev: v1.16.0
2020
hooks:
2121
- id: mypy
2222
# By default, mypy will run with mypy --ignore-missing-imports,

0 commit comments

Comments
 (0)