Skip to content

Commit dae8024

Browse files
chore(deps): update pre-commit hooks (#207)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a44780c commit dae8024

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,7 +10,7 @@ repos:
1010
additional_dependencies: [black==23.*]
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.4.1"
13+
rev: "v0.4.2"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix", "--show-fixes"]
@@ -44,7 +44,7 @@ repos:
4444
- id: rst-inline-touching-normal
4545

4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.9.0
47+
rev: v1.10.0
4848
hooks:
4949
- id: mypy
5050
files: (src|web|tests)

0 commit comments

Comments
 (0)