-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to version 2 powered by pyproject-fmt-rust (#194)
- Loading branch information
1 parent
19d88ef
commit 495d968
Showing
20 changed files
with
213 additions
and
1,878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
"""Format your pyproject.toml.""" | ||
"""Package root.""" | ||
|
||
from __future__ import annotations | ||
|
||
from ._version import version as __version__ | ||
from .formatter import format_pyproject | ||
from .formatter.config import Config, PyProjectConfig | ||
from ._version import __version__ | ||
|
||
__all__ = [ | ||
"Config", | ||
"PyProjectConfig", | ||
"__version__", | ||
"format_pyproject", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.