File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ repos:
24
24
types_or : [cython, python]
25
25
exclude : ^docs/source/
26
26
- repo : ' https://github.com/pre-commit/pre-commit-hooks'
27
- rev : v4.6 .0
27
+ rev : v5.0 .0
28
28
hooks :
29
29
- id : check-added-large-files
30
30
- id : check-toml
31
31
- id : check-yaml
32
32
- id : end-of-file-fixer
33
33
- id : trailing-whitespace
34
34
- repo : ' https://github.com/charliermarsh/ruff-pre-commit'
35
- rev : v0.5.6
35
+ rev : v0.6.9
36
36
hooks :
37
37
- id : ruff
38
38
- repo : ' https://github.com/psf/black'
39
- rev : 24.8 .0
39
+ rev : 24.10 .0
40
40
hooks :
41
41
- id : black
42
42
types : [python]
58
58
- id : isort
59
59
types_or : [cython, python]
60
60
- repo : ' https://github.com/PyCQA/pylint'
61
- rev : v3.2.6
61
+ rev : v3.3.1
62
62
hooks :
63
63
- id : pylint
64
64
additional_dependencies :
77
77
- ' --py38-plus'
78
78
- ' --keep-runtime-typing'
79
79
- repo : ' https://github.com/abravalheri/validate-pyproject'
80
- rev : v0.18
80
+ rev : v0.20.2
81
81
hooks :
82
82
- id : validate-pyproject
You can’t perform that action at this time.
0 commit comments