Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5ec618

Browse files
authoredAug 5, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.4...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.1](pre-commit/mirrors-mypy@v1.10.0...v1.11.1)
1 parent 1f55a88 commit e5ec618

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
@@ -12,14 +12,14 @@ repos:
1212
- id: check-yaml
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.4.4
15+
rev: v0.5.6
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- id: ruff-format
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.10.0
22+
rev: v1.11.1
2323
hooks:
2424
- id: mypy
2525
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)
Please sign in to comment.