Skip to content

Commit 1c85999

Browse files
chore(deps): pre-commit autoupdate (#504)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a249156 commit 1c85999

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
@@ -21,13 +21,13 @@ repos:
2121
exclude: poetry.lock
2222
args: [--autofix, --trailing-commas]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.8.3
24+
rev: v0.8.4
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
2828
- id: ruff-format
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.13.0
30+
rev: v1.14.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: [types-requests, types-setuptools]

0 commit comments

Comments
 (0)