Skip to content

Commit 8e055b0

Browse files
[pre-commit.ci] pre-commit autoupdate (#79)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.241 → v0.0.246](astral-sh/ruff-pre-commit@v0.0.241...v0.0.246) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](pre-commit/mirrors-mypy@v0.991...v1.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7db1712 commit 8e055b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
- id: black
1515

1616
- repo: https://github.com/charliermarsh/ruff-pre-commit
17-
rev: 'v0.0.241'
17+
rev: 'v0.0.246'
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v0.991
23+
rev: v1.0.0
2424
hooks:
2525
- id: mypy

0 commit comments

Comments
 (0)