We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bc8916 + 65b0e80 commit 54b3314Copy full SHA for 54b3314
.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.9.1
+ rev: 23.10.1
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.0.292
+ rev: v0.1.3
32
33
- id: ruff
34
args: [--fix, --exit-non-zero-on-fix]
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
- rev: "1.2.0"
+ rev: "1.3.0"
37
38
- id: pyproject-fmt
39
exclude: docs/examples/
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: 'v1.6.0'
+ rev: 'v1.6.1'
43
44
- id: mypy
45
args: [--strict]
0 commit comments