File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ repos:
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.7.2
35
+ rev : v0.9.4
36
36
hooks :
37
37
- id : ruff
38
38
- repo : ' https://github.com/psf/black'
39
- rev : 24.10 .0
39
+ rev : 25.1 .0
40
40
hooks :
41
41
- id : black
42
42
types : [python]
43
43
- repo : ' https://github.com/MarcoGorelli/cython-lint'
44
- rev : v0.16.2
44
+ rev : v0.16.6
45
45
hooks :
46
46
- id : cython-lint
47
47
- repo : ' https://github.com/pycqa/flake8'
@@ -53,12 +53,12 @@ repos:
53
53
- flake8-pytest-style
54
54
types_or : [cython, python]
55
55
- repo : ' https://github.com/PyCQA/isort'
56
- rev : 5.13.2
56
+ rev : 6.0.0
57
57
hooks :
58
58
- id : isort
59
59
types_or : [cython, python]
60
60
- repo : ' https://github.com/PyCQA/pylint'
61
- rev : v3.3.1
61
+ rev : v3.3.4
62
62
hooks :
63
63
- id : pylint
64
64
additional_dependencies :
@@ -69,14 +69,14 @@ repos:
69
69
- ' --disable=no-name-in-module'
70
70
- ' --disable=import-error'
71
71
- repo : ' https://github.com/asottile/pyupgrade'
72
- rev : v3.19.0
72
+ rev : v3.19.1
73
73
hooks :
74
74
- id : pyupgrade
75
75
types_or : [cython, python]
76
76
args :
77
77
- ' --py38-plus'
78
78
- ' --keep-runtime-typing'
79
79
- repo : ' https://github.com/abravalheri/validate-pyproject'
80
- rev : v0.22
80
+ rev : v0.23
81
81
hooks :
82
82
- id : validate-pyproject
You can’t perform that action at this time.
0 commit comments