Skip to content

Commit

Permalink
Move docs dependencies to separated group (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed May 26, 2023
1 parent 80c140e commit af541b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
python-version: 3.7

- name: Install dependencies.
run: pip install black

- name: Run linter check on package.
uses: chartboost/ruff-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ click = ">=8.1.3,<8.2.0"

[tool.poetry.group.dev.dependencies]
black = "23.3.0"
ruff = ">=0.0.270,<0.1.0"

[tool.poetry.group.docs.dependencies]
sphinx = "5.3.0"
myst-parser = "1.0.0"
sphinx-copybutton = "0.5.2"
sphinx-favicon = "1.0.1"
furo = "2023.3.27"
sphinxext-opengraph = "0.8.2"
ruff = ">=0.0.270,<0.1.0"


[tool.poetry.group.test.dependencies]
pytest = ">=7.3.1,<7.4.0"
Expand Down

0 comments on commit af541b5

Please sign in to comment.