You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustpython-wtf8 = { path = "crates/wtf8", version = "0.5.0" }
157
157
rustpython-doc = { path = "crates/doc", version = "0.5.0" }
158
158
159
+
# Use RustPython-packaged Ruff crates from the published fork while keeping
160
+
# existing crate names in the codebase.
161
+
ruff_python_parser = { package = "rustpython-ruff_python_parser", version = "0.15.8" }
162
+
ruff_python_ast = { package = "rustpython-ruff_python_ast", version = "0.15.8" }
163
+
ruff_text_size = { package = "rustpython-ruff_text_size", version = "0.15.8" }
164
+
ruff_source_file = { package = "rustpython-ruff_source_file", version = "0.15.8" }
165
+
# To update ruff crates, comment out the above lines and uncomment the following lines to pull directly from the Ruff repository at the specified commit hash.
159
166
# Ruff tag 0.15.8 is based on commit c2a8815842f9dc5d24ec19385eae0f1a7188b0d9
160
167
# at the time of this capture. We use the commit hash to ensure reproducible builds.
0 commit comments