Skip to content

Commit 8b020c4

Browse files
Update pre-commit dependencies
1 parent 31c636e commit 8b020c4

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
@@ -19,7 +19,7 @@ repos:
1919
require_serial: true
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.13.0
22+
rev: v0.13.1
2323
hooks:
2424
# Run the linter.
2525
- id: ruff-check
@@ -29,7 +29,7 @@ repos:
2929

3030
# Can run individually with `pre-commit run mypy --all-files`
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.18.1
32+
rev: v1.18.2
3333
hooks:
3434
- id: mypy
3535
args: ["--config=pyproject.toml", "--show-error-codes"]

0 commit comments

Comments
 (0)