generated from Luis/nextjs-python-web-template
backend: Fully working roles field. Added get_entity_by_roles
This commit is contained in:
@@ -68,7 +68,7 @@ ignore_missing_imports = true
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
select = [ "E", "F", "I", "N"]
|
||||
ignore = [ "E501" ]
|
||||
ignore = [ "E501", "N805" ]
|
||||
exclude = ["tests/openapi_client"]
|
||||
|
||||
[tool.black]
|
||||
|
||||
Reference in New Issue
Block a user