You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change fixes something that may be invalid TOML, aligns better with the
docs at https://docs.astral.sh/ruff/configuration, and avoids Pixi choking on
parsing `pyproject.toml` with:
```
79 │ lint.extend-ignore = [
· ──┬─
· ╰── first defined here
80 │ 'B019',
81 │ ]
...
98 │
99 │ [tool.ruff.lint.flake8-quotes]
· ──┬─
· ╰── duplicate defined here
```
0 commit comments