Add ruff.toml to exclude .xsh files from ruff linting
Ruff cannot parse xonsh syntax ($(), @()), so xonsh scripts must be excluded via force-exclude.
This commit is contained in:
Reference in New Issue
Block a user
Ruff cannot parse xonsh syntax ($(), @()), so xonsh scripts must be excluded via force-exclude.