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.
2 parents 8fd768c + 8891948 commit 947f6f4Copy full SHA for 947f6f4
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3.9
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 23.11.0
+ rev: 23.12.1
6
hooks:
7
- id: black
8
args: [--safe, --quiet]
@@ -28,7 +28,7 @@ repos:
28
- id: pyupgrade
29
args: [--py38-plus]
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.1.7
+ rev: v0.1.9
32
33
- id: ruff
34
args: [--fix, --exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ repos:
39
exclude: docs/examples/
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: 'v1.7.1'
+ rev: 'v1.8.0'
43
44
- id: mypy
45
args: [--strict]
0 commit comments