Skip to content

Commit

Permalink
test: Ajusta pyproject.toml para Testes
Browse files Browse the repository at this point in the history
  • Loading branch information
rikemorais committed Sep 3, 2024
1 parent 081e2a8 commit d023d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ quote-style = 'single'

[tool.taskipy.tasks]
run = 'fastapi dev fastapi_template/app.py'
test = 'pytest -vv'
test = 'docker compose run tests'
lint = 'ruff check . && ruff check . --diff'
format = 'ruff check . --fix && ruff format .'
pre-commit = 'pre-commit run --all-files'
docs = 'mkdocs serve'
compose = 'docker compose up --build'
compose = 'docker compose up web'
interrogate = 'interrogate -vv'

[tool.ruff.lint]
Expand Down

0 comments on commit d023d91

Please sign in to comment.