Skip to content

Commit 20b9320

Browse files
authored
Merge pull request #743 from bashtage/updates
MAINT: Update dependencies and add env variable
2 parents 9ced09e + 9d08fd4 commit 20b9320

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ variables:
99
OMP_NUM_THREADS: 1
1010
VML_NUM_THREADS: 1
1111
OPENBLAS_NUM_THREADS: 1
12+
JUPYTER_PLATFORM_DIRS: 1
1213
PYTHONHASHSEED: 12345678 # Ensure tests are correctly gathered by xdist
1314
TEST_INSTALL: false
1415
MPLBACKEND: agg

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ exclude = '''
8181
[tool.setuptools_scm]
8282
write_to = "arch/_version.py"
8383

84-
[tool.ruff]
84+
[tool.ruff.lint]
8585
typing-modules = ["arch.typing"]

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ pytest-xdist
1616
pytest-cov
1717

1818
# formatting
19-
black[jupyter]~=24.4.0
19+
black[jupyter]~=24.8.0
2020
isort~=5.0
2121
colorama
2222
flake8
2323
mypy
24+
ruff
2425
pyupgrade>=3.4.0
2526

2627
# Documentation

0 commit comments

Comments
 (0)