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