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 1f55a88 commit 424b8fcCopy full SHA for 424b8fc
.pre-commit-config.yaml
@@ -5,21 +5,21 @@ exclude: ^tests/.*\.md|tests/.*\.rst|tests/.*\.xml|docs/apidocs/.*
5
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.6.0
+ rev: v5.0.0
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
12
- id: check-yaml
13
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.4.4
+ rev: v0.11.10
16
17
- id: ruff
18
args: [--fix]
19
- id: ruff-format
20
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.10.0
+ rev: v1.15.0
23
24
- id: mypy
25
args: [--config-file=pyproject.toml]
0 commit comments