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 75f6b45 commit c4fdf66Copy full SHA for c4fdf66
.pre-commit-config.yaml
@@ -14,12 +14,12 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/psf/black-pre-commit-mirror
17
- rev: 23.9.1
+ rev: 23.10.0
18
hooks:
19
- id: black
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.0.292
+ rev: v0.1.1
23
24
- id: ruff
25
args: ["--fix", "--show-fixes"]
@@ -31,7 +31,7 @@ repos:
31
args: [--include-version-classifiers, --min-py-version=3.8, --max-py-version=3.11]
32
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.6.0
+ rev: v1.6.1
35
36
- id: mypy
37
name: mypy 3.8 on cibuildwheel/
0 commit comments