Skip to content

Commit

Permalink
update na versão do ruff
Browse files Browse the repository at this point in the history
dunossauro committed May 24, 2024
1 parent 581b10a commit b510fe7
Showing 26 changed files with 981 additions and 379 deletions.
44 changes: 22 additions & 22 deletions codigo_das_aulas/01/poetry.lock

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

2 changes: 1 addition & 1 deletion codigo_das_aulas/01/pyproject.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ fastapi = "^0.111.0"
pytest = "^8.2.1"
pytest-cov = "^5.0.0"
taskipy = "^1.12.2"
ruff = "^0.4.4"
ruff = "^0.4.5"
httpx = "^0.27.0"

[tool.ruff]
44 changes: 22 additions & 22 deletions codigo_das_aulas/02/poetry.lock

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

2 changes: 1 addition & 1 deletion codigo_das_aulas/02/pyproject.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ fastapi = "^0.111.0"
pytest = "^8.2.1"
pytest-cov = "^5.0.0"
taskipy = "^1.12.2"
ruff = "^0.4.4"
ruff = "^0.4.5"
httpx = "^0.27.0"

[tool.ruff]
44 changes: 22 additions & 22 deletions codigo_das_aulas/03/poetry.lock

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

2 changes: 1 addition & 1 deletion codigo_das_aulas/03/pyproject.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ pydantic = {extras = ["email"], version = "^2.7.1"}
pytest = "^8.2.1"
pytest-cov = "^5.0.0"
taskipy = "^1.12.2"
ruff = "^0.4.4"
ruff = "^0.4.5"
httpx = "^0.27.0"

[tool.ruff]
Loading

0 comments on commit b510fe7

Please sign in to comment.