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 32eff37 commit 7b0e4e8Copy full SHA for 7b0e4e8
.pre-commit-config.yaml
@@ -8,12 +8,12 @@ repos:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: "v0.1.0"
+ rev: "v0.1.1"
12
hooks:
13
- id: ruff
14
args: ["--fix"]
15
- repo: https://github.com/psf/black
16
- rev: 23.9.1
+ rev: 23.10.1
17
18
- id: black
19
args: [--safe, --quiet]
@@ -26,7 +26,7 @@ repos:
26
types: [python]
27
args: ["-rn", "-sn", "--fail-on=I"]
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.6.0
+ rev: v1.6.1
30
31
- id: mypy
32
name: mypy
0 commit comments