File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 11
11
- id : check-toml
12
12
13
13
- repo : https://github.com/nbQA-dev/nbQA
14
- rev : 1.7.1
14
+ rev : 1.8.4
15
15
hooks :
16
16
- id : nbqa-isort
17
17
@@ -21,20 +21,20 @@ repos:
21
21
- id : isort
22
22
23
23
- repo : https://github.com/astral-sh/ruff-pre-commit
24
- rev : v0.2.1
24
+ rev : v0.3.2
25
25
hooks :
26
26
- id : ruff-format
27
27
types_or : [python, pyi, jupyter]
28
28
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
- rev : ' v0.2.0 '
30
+ rev : ' v0.3.2 '
31
31
hooks :
32
32
- id : ruff
33
33
types_or : [python, pyi, jupyter]
34
34
args : [ --fix, --exit-non-zero-on-fix ]
35
35
36
36
- repo : https://github.com/pre-commit/mirrors-mypy
37
- rev : v1.8 .0
37
+ rev : v1.9 .0
38
38
hooks :
39
39
- id : mypy
40
40
language : system
Original file line number Diff line number Diff line change 1
1
# Packaging
2
2
# python -m pip install -U pip
3
- build >= 1.0.3
3
+ build >= 1.1.1
4
4
twine >= 5.0.0
5
- setuptools >= 69.1.0
5
+ setuptools >= 69.1.1
6
6
7
7
# Jupyter
8
- ipython >= 8.21.0
9
- ipykernel >= 6.29.2
8
+ ipython >= 8.18.1
9
+ ipykernel >= 6.29.3
10
10
11
11
# Linting/Formatting
12
- ruff >= 0.2.1
12
+ ruff >= 0.3.2
13
13
black >= 24.2.0
14
14
isort >= 5.13.2
15
15
16
16
# Tooling
17
- pre-commit >= 3.6.1
17
+ pre-commit >= 3.6.2
18
+ nbQA == 1.8.4
18
19
19
20
# Type Checker
20
- mypy >= 1.8 .0
21
+ mypy >= 1.9 .0
21
22
mypy-extensions >= 1.0.0
22
- pyright >= 1.1.350
23
+ pyright >= 1.1.353
23
24
24
25
# Testing
25
- pytest >= 8.0.0
26
+ pytest >= 8.1.1
26
27
pytest-cov >= 4.1.0
27
28
pytest-benchmark >= 4.0.0
28
29
codecov >= 2.1.13
29
- tox >= 4.12 .1
30
+ tox >= 4.14 .1
30
31
31
32
# Documentation
32
33
mkdocs >= 1.5.3
33
- mkdocstrings >= 0.24.0
34
- mkdocs-material >= 9.5.9
34
+ mkdocstrings >= 0.24.1
35
+ mkdocs-material >= 9.5.13
35
36
mkdocstrings-python >= 1.8.0
36
37
Pygments >= 2.17.2
You can’t perform that action at this time.
0 commit comments