Skip to content

Commit e72a2a7

Browse files
Have Apiary clients sorted as third party by ruff (LIB-93) (#46)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 1c52f58 commit e72a2a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ruff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ convention = "pep257"
88

99
[isort]
1010
combine-as-imports = true
11+
# We force Apiary generated clients to be sorted as external libraries to prevent
12+
# thrashing between local and CI environments.
13+
known-third-party = ["*_backend_client"]
1114

1215
[lint]
1316
ignore = [

0 commit comments

Comments
 (0)