Skip to content

Commit 99c719d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent 6c2d8c3 commit 99c719d

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
@@ -13,7 +13,7 @@ repos:
1313
- id: mixed-line-ending
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
16-
rev: 'v0.4.7'
16+
rev: 'v0.5.0'
1717
hooks:
1818
- id: ruff
1919
args: ["--fix", "--show-fixes"]
@@ -30,7 +30,7 @@ repos:
3030
additional_dependencies: ["black==24.4.2"]
3131
- id: blackdoc-autoupdate-black
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.10.0
33+
rev: v1.10.1
3434
hooks:
3535
- id: mypy
3636
# Copied from setup.cfg

0 commit comments

Comments
 (0)