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 26d5d43 + 6c8566e commit b183bddCopy full SHA for b183bdd
.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.10.1
+ rev: 23.11.0
6
hooks:
7
- id: black
8
args: [--safe, --quiet]
@@ -28,18 +28,18 @@ repos:
28
- id: pyupgrade
29
args: [--py38-plus]
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.1.4
+ rev: v0.1.5
32
33
- id: ruff
34
args: [--fix, --exit-non-zero-on-fix]
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
- rev: "1.4.1"
+ rev: "1.5.1"
37
38
- id: pyproject-fmt
39
exclude: docs/examples/
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: 'v1.6.1'
+ rev: 'v1.7.0'
43
44
- id: mypy
45
args: [--strict]
0 commit comments