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:
@@ -156,7 +156,10 @@
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = target;
|
name = target;
|
||||||
value = packages // crossOnlyPackages // {
|
value =
|
||||||
|
packages
|
||||||
|
// crossOnlyPackages
|
||||||
|
// {
|
||||||
default = packages.hello-world;
|
default = packages.hello-world;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user