Skip to content

Commit 7286608

Browse files
[pre-commit.ci] pre-commit autoupdate (#241)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.14...v0.2.0) - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.8.0](pre-commit/mirrors-mypy@v1.7.0...v1.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e849675 commit 7286608

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
@@ -20,7 +20,7 @@ repos:
2020
- id: pyupgrade
2121
args: [--py37-plus]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.1.14
23+
rev: v0.2.0
2424
hooks:
2525
- id: ruff
2626
args: [ --fix ]
@@ -33,6 +33,6 @@ repos:
3333
args: ["--ignore", "D001"]
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v1.7.0'
36+
rev: 'v1.8.0'
3737
hooks:
3838
- id: mypy

0 commit comments

Comments
 (0)