Skip to content

Commit d14a39f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.3](astral-sh/ruff-pre-commit@v0.1.14...v0.3.3) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent d8f4e02 commit d14a39f

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
@@ -10,14 +10,14 @@ repos:
1010
- id: check-yaml
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.1.14
13+
rev: v0.3.3
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.8.0
20+
rev: v1.9.0
2121
hooks:
2222
- id: mypy
2323
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)