Skip to content

Commit fa69479

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.3.2](astral-sh/ruff-pre-commit@v0.3.0...v0.3.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 1bac9b5 commit fa69479

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
@@ -6,7 +6,7 @@ repos:
66
- id: check-yaml
77
- id: debug-statements
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.3.0
9+
rev: v0.3.2
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]
@@ -19,7 +19,7 @@ repos:
1919
exclude: docs/examples/
2020

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

0 commit comments

Comments
 (0)