Skip to content

Commit

Permalink
Atualizando ruff e pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Jul 21, 2024
1 parent 387268b commit a1ae22b
Show file tree
Hide file tree
Showing 26 changed files with 376 additions and 376 deletions.
54 changes: 27 additions & 27 deletions codigo_das_aulas/01/poetry.lock

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

4 changes: 2 additions & 2 deletions codigo_das_aulas/01/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ python = "^3.11"
fastapi = "^0.111.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
pytest = "^8.3.1"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.5.3"
ruff = "^0.5.4"
httpx = "^0.27.0"

[tool.ruff]
Expand Down
54 changes: 27 additions & 27 deletions codigo_das_aulas/02/poetry.lock

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

4 changes: 2 additions & 2 deletions codigo_das_aulas/02/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ python = "^3.11"
fastapi = "^0.111.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
pytest = "^8.3.1"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.5.3"
ruff = "^0.5.4"
httpx = "^0.27.0"

[tool.ruff]
Expand Down
Loading

0 comments on commit a1ae22b

Please sign in to comment.