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 228c933 commit 7b0c76bCopy full SHA for 7b0c76b
.pre-commit-config.yaml
@@ -7,15 +7,15 @@ exclude: ^LICENSE
7
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
hooks:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- id: pretty-format-json
15
args: [--autofix]
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.12.2
+ rev: v0.12.11
19
20
- id: ruff
21
args: [--fix, --unsafe-fixes]
@@ -29,7 +29,7 @@ repos:
29
- id: validate-pyproject
30
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: v1.16.1
+ rev: v1.17.1
33
34
- id: mypy
35
files: "^src/"
0 commit comments