File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ variables:
9
9
OMP_NUM_THREADS : 1
10
10
VML_NUM_THREADS : 1
11
11
OPENBLAS_NUM_THREADS : 1
12
+ JUPYTER_PLATFORM_DIRS : 1
12
13
PYTHONHASHSEED : 12345678 # Ensure tests are correctly gathered by xdist
13
14
TEST_INSTALL : false
14
15
MPLBACKEND : agg
Original file line number Diff line number Diff line change @@ -81,5 +81,5 @@ exclude = '''
81
81
[tool .setuptools_scm ]
82
82
write_to = " arch/_version.py"
83
83
84
- [tool .ruff ]
84
+ [tool .ruff . lint ]
85
85
typing-modules = [" arch.typing" ]
Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ pytest-xdist
16
16
pytest-cov
17
17
18
18
# formatting
19
- black [jupyter ]~= 24.4 .0
19
+ black [jupyter ]~= 24.8 .0
20
20
isort ~= 5.0
21
21
colorama
22
22
flake8
23
23
mypy
24
+ ruff
24
25
pyupgrade >= 3.4.0
25
26
26
27
# Documentation
You can’t perform that action at this time.
0 commit comments