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

Commit

Permalink
Corrects issues with ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Nov 30, 2023
1 parent c6f4cd9 commit fed6b51
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 fed6b51

Please sign in to comment.