diff options
Diffstat (limited to 'python/mach/.ruff.toml')
-rw-r--r-- | python/mach/.ruff.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/mach/.ruff.toml b/python/mach/.ruff.toml new file mode 100644 index 0000000000..82b1a04648 --- /dev/null +++ b/python/mach/.ruff.toml @@ -0,0 +1,4 @@ +extend = "../../pyproject.toml" + +[isort] +known-first-party = ["mach"] |