Skip to content

Commit b3b686b

Browse files
chore(deps): update pre-commit hooks (#125)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.282...v0.0.284) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0](pre-commit/mirrors-mypy@v1.4.1...v1.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e31adf2 commit b3b686b

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
@@ -15,7 +15,7 @@ repos:
1515
additional_dependencies: [black==23.7.0]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.0.282"
18+
rev: "v0.0.284"
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--show-fixes"]
@@ -48,7 +48,7 @@ repos:
4848
- id: rst-inline-touching-normal
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.4.1
51+
rev: v1.5.0
5252
hooks:
5353
- id: mypy
5454
files: (src|web|tests)

0 commit comments

Comments
 (0)