Chore: Updated to fastapi 0.100.0 and pydantic v2.0

Chore: Added ruff to lint code
This commit is contained in:
2023-07-25 07:42:47 +05:30
parent 78d98f979d
commit 3109b4bec0
124 changed files with 1696 additions and 1482 deletions

View File

@ -11,3 +11,8 @@ cd "$parent_path/brewman" || exit
isort brewman
black brewman
flake8 brewman
# ruff check . # Lint all files in the current directory (and any subdirectories)
# bandit --recursive brewman
# bandit --recursive .
# safety check