Skip to content

Commit 5217ce8

Browse files
committed
Move ruff dependency to shared requirements-docs-tests.txt
1 parent 56e6a14 commit 5217ce8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

requirements-docs-tests.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# For linting and generating docs versions
2+
ruff ==0.14.8

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e .
2-
2+
-r requirements-docs-tests.txt
33
mkdocs-material==9.7.0
44
mdx-include >=1.4.1,<2.0.0
55
mkdocs-redirects>=1.2.1,<1.3.0

requirements-tests.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
-e .
2-
2+
-r requirements-docs-tests.txt
33
pytest >=4.4.0,<9.0.0
44
pytest-cov >=2.10.0,<8.0.0
55
coverage[toml] >=6.2,<8.0
66
pytest-xdist >=1.32.0,<4.0.0
77
pytest-sugar >=0.9.4,<1.2.0
88
mypy ==1.14.1
9-
ruff ==0.14.8
109
# Needed explicitly by typer-slim
1110
rich >=10.11.0
1211
shellingham >=1.3.0

0 commit comments

Comments
 (0)