We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f57ba commit eaf2913Copy full SHA for eaf2913
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- id: end-of-file-fixer
33
- id: trailing-whitespace
34
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
35
- rev: v0.6.9
+ rev: v0.7.2
36
hooks:
37
- id: ruff
38
- repo: 'https://github.com/psf/black'
@@ -69,14 +69,14 @@ repos:
69
- '--disable=no-name-in-module'
70
- '--disable=import-error'
71
- repo: 'https://github.com/asottile/pyupgrade'
72
- rev: v3.17.0
+ rev: v3.19.0
73
74
- id: pyupgrade
75
types_or: [cython, python]
76
args:
77
- '--py38-plus'
78
- '--keep-runtime-typing'
79
- repo: 'https://github.com/abravalheri/validate-pyproject'
80
- rev: v0.20.2
+ rev: v0.22
81
82
- id: validate-pyproject
0 commit comments