Skip to content

Commit

Permalink
chore: Remove black pre-commit hook and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sofia-assis committed May 10, 2024
1 parent afd54f8 commit 0dbe17d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
poetry install
- name: Run tests
run: poetry run pytest
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./app"
use_pyproject: true
- name: Check Coverage
if: matrix.python-version == '3.10'
run: |
Expand Down
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ pytest = "^8.2.0"
black = "^24.4.2"
coverage = "^7.5.0"

[project.optional-dependencies]
# Dev dependencies.
dev = [
pytest = "^8.2.0"
black = "^24.4.2"
coverage = "^7.5.0"
]

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
Expand Down

0 comments on commit 0dbe17d

Please sign in to comment.