Skip to content

Commit

Permalink
chore: Update dependencies for linting and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
provos committed Aug 30, 2024
1 parent e6870e0 commit 9288c45
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
poetry install
poetry install --with dev
- name: Run linters
run: |
poetry run flake8 .
Expand Down
143 changes: 138 additions & 5 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ pytest = "^8.3.2"
[tool.poetry.group.dev.dependencies]
sphinx = "^7.0.0"
sphinx-rtd-theme = "^1.3.0"
flake8 = "^7.1.1"
black = "^24.8.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 9288c45

Please sign in to comment.