Browse Source

🎨 Ignore alembic from ruff lint and format (#1131)

pull/13907/head
Esteban Maya 1 year ago
committed by GitHub
parent
commit
2b0701e870
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      backend/pyproject.toml

1
backend/pyproject.toml

@ -51,6 +51,7 @@ exclude = ["venv", "alembic"]
[tool.ruff] [tool.ruff]
target-version = "py310" target-version = "py310"
exclude = ["alembic"]
[tool.ruff.lint] [tool.ruff.lint]
select = [ select = [

Loading…
Cancel
Save