Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #282 from kjaymiller/281-needs-space-in-ruff-forma…
Browse files Browse the repository at this point in the history
…t-command

Corrects issues with ruff linting
  • Loading branch information
kjaymiller authored Nov 30, 2023
2 parents c6f4cd9 + fed6b51 commit 0ac0a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Lint with ruff
run: |
ruff check .
ruff format.
ruff format .
2 changes: 1 addition & 1 deletion {{cookiecutter.__src_folder_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
line-length = 120
select = ["E", "F", "I", "UP"]
ignore = ["D203"]
extend-exclude = ["flaskapp/migrations/"]
extend-exclude = ["src/flaskapp/migrations/"]

[tool.ruff.isort]
{% if cookiecutter.project_backend == "flask" %}
Expand Down

0 comments on commit 0ac0a99

Please sign in to comment.