mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
temp exculde B008
This commit is contained in:
@@ -34,8 +34,11 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
||||||
|
|
||||||
select = ["E", "F", "U", "N", "C", "B"]
|
select = ["E", "F", "U", "N", "C", "B"]
|
||||||
ignore = []
|
ignore = ["B008"]
|
||||||
|
# B008 - Do not perform function calls in argument defaults. https://github.com/tiangolo/fastapi/issues/1522
|
||||||
|
|
||||||
# Exclude a variety of commonly ignored directories.
|
# Exclude a variety of commonly ignored directories.
|
||||||
exclude = [
|
exclude = [
|
||||||
"alembic",
|
"alembic",
|
||||||
|
|||||||
Reference in New Issue
Block a user