Skip to content

Commit

Permalink
feat: add falco base config that make sense with the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Jan 15, 2024
1 parent 394bb8e commit 12fc3a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/falco_blueprints/project_name/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ test-cov = "coverage run -m pytest {args:tests}"
cov-report = ["- coverage combine", "coverage report"]
cov = ["test-cov", "cov-report"]

[tool.falco.work]
server = "python manage.py migrate && python manage.py tailwind runserver"

[tool.ruff.lint]
extend-ignore = ["TID252", "RUF012", "TRY003", "EM101", "I001", "I002"]

Expand Down

0 comments on commit 12fc3a3

Please sign in to comment.