We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c52f58 commit e72a2a7Copy full SHA for e72a2a7
1 file changed
ruff.toml
@@ -8,6 +8,9 @@ convention = "pep257"
8
9
[isort]
10
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"]
14
15
[lint]
16
ignore = [
0 commit comments