We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d843c commit 086ae1eCopy full SHA for 086ae1e
Platforms/Apple/.ruff.toml
@@ -1,5 +1,8 @@
1
extend = "../../.ruff.toml" # Inherit the project-wide settings
2
3
+# iOS buildbot worker uses Python 3.9
4
+target-version = "py39"
5
+
6
[format]
7
preview = true
8
docstring-code-format = true
0 commit comments