Skip to content

Commit

Permalink
hey ruff, please reformat imports as necessary from astral-sh/ruff#89…
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormonacelli committed Mar 27, 2024
1 parent d0b41fa commit 47ec252
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{ cookiecutter.project_slug }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["src/{{ cookiecutter.project_slug }}"]

[tool.ruff.lint]
extend-select = ["I"]

0 comments on commit 47ec252

Please sign in to comment.