File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ repos:
23
23
args : ["--include-version-classifiers", "--max-py-version=3.12"]
24
24
25
25
- repo : https://github.com/nbQA-dev/nbQA
26
- rev : 1.8.5
26
+ rev : 1.8.7
27
27
hooks :
28
28
- id : nbqa-pyupgrade
29
29
additional_dependencies : [pyupgrade]
30
30
args : ["--py38-plus"]
31
31
32
32
- repo : https://github.com/psf/black-pre-commit-mirror
33
- rev : 24.4.2
33
+ rev : 24.8.0
34
34
hooks :
35
35
- id : black-jupyter
36
36
37
37
- repo : https://github.com/astral-sh/ruff-pre-commit
38
38
# Ruff version.
39
- rev : v0.4.10
39
+ rev : v0.6.3
40
40
hooks :
41
41
# Run the linter.
42
42
- id : ruff
45
45
- id : ruff-format
46
46
47
47
- repo : https://github.com/pre-commit/mirrors-mypy
48
- rev : v1.10.0
48
+ rev : v1.11.2
49
49
hooks :
50
50
- id : mypy
51
51
files : src
You can’t perform that action at this time.
0 commit comments