ruff: config and initial run
This commit is contained in:
parent
bb4965ab07
commit
903b24d17d
13 changed files with 31 additions and 37 deletions
|
|
@ -2,6 +2,11 @@
|
|||
add-bounds = "major"
|
||||
exclude-newer = "P2W"
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
".alembic"
|
||||
]
|
||||
|
||||
[project]
|
||||
name = "cloud-api"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue