We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23d706 commit 8e65e52Copy full SHA for 8e65e52
1 file changed
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
- id: trailing-whitespace
13
- id: check-added-large-files
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.15.8
+ rev: v0.15.9
16
hooks:
17
- id: ruff
18
- id: ruff-format
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v1.19.1
+ rev: v1.20.0
21
22
- id: mypy
23
- repo: https://github.com/python-poetry/poetry
0 commit comments