mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-09 21:38:01 +00:00
Extend Ruff configuration to sort imports (#5528)
This commit is contained in:
parent
9732922929
commit
d7c79182ea
2 changed files with 10 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
This is implementation has some very rudimentary python bindings
|
||||
"""
|
||||
|
||||
from pep440_rs import Version, VersionSpecifier, Operator, VersionSpecifiers
|
||||
from pep440_rs import Operator, Version, VersionSpecifier, VersionSpecifiers
|
||||
|
||||
|
||||
def test_pep440():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue