jaraco / skeleton

A generic project skeleton for Python projects.
http://blog.jaraco.com/skeleton/
MIT License
123 stars 36 forks source link

Fix `ruff.toml` #153

Closed abravalheri closed 4 weeks ago

abravalheri commented 1 month ago

Closes #152.

Ruff docs use a TOML array the configuration field: https://docs.astral.sh/ruff/configuration/#default-inclusions.

abravalheri commented 4 weeks ago

154 might be a better alternative as pointed out in https://github.com/pypa/setuptools/pull/4718#issuecomment-2448099867.

jaraco commented 4 weeks ago

Reviewing #119, I think the issue is that I used the wrong workaround.