-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 33cca7b with MkDocs version: 1.6.1
- Loading branch information
1 parent
b4f4308
commit f370251
Showing
5 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ authors = ["Your Name <[email protected]>"] | |
readme = "README.md" | ||
|
||
[tool.poetry.dependencies] | ||
python = "3.12.*" # ou 3.11.* | ||
fastapi = "^0.111.0" | ||
python = "3.12.*" # ou "3.11.*" | ||
fastapi = "^0.113.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = "^8.2.2" | ||
pytest = "^8.3.2" | ||
pytest-cov = "^5.0.0" | ||
taskipy = "^1.13.0" | ||
ruff = "^0.5.1" | ||
httpx = "^0.27.0" | ||
ruff = "^0.6.4" | ||
httpx = "^0.27.2" | ||
|
||
[tool.ruff] | ||
line-length = 79 | ||
|
@@ -33,8 +33,8 @@ pythonpath = "." | |
addopts = '-p no:warnings' | ||
|
||
[tool.taskipy.tasks] | ||
lint = 'ruff check . && ruff check . --diff' | ||
format = 'ruff check . --fix && ruff format .' | ||
lint = 'ruff check .; ruff check . --diff' | ||
format = 'ruff check . --fix; ruff format .' | ||
run = 'fastapi dev fast_zero/app.py' | ||
pre_test = 'task lint' | ||
test = 'pytest -s -x --cov=fast_zero -vv' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.