-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All plugins, test plugins, and schemas are now housed in a single repository using optional dependencies.
- Loading branch information
Showing
101 changed files
with
5,749 additions
and
865 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,7 +1,8 @@ | ||
{ | ||
"recommendations": [ | ||
"ms-python.mypy-type-checker", | ||
"ms-python.pylint", | ||
"ms-python.black-formatter" | ||
"ms-python.black-formatter", | ||
"asciidoctor.asciidoctor-vscode", | ||
"charliermarsh.ruff" | ||
] | ||
} |
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 +1,7 @@ | ||
| ||
"""The CPPython project. | ||
This module serves as the entry point for the CPPython project, a Python-based | ||
solution for managing C++ dependencies. It includes core functionality, plugin | ||
interfaces, and utility functions that facilitate the integration and management | ||
of various tools and systems. | ||
""" |
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 +1,6 @@ | ||
| ||
"""Console interface for the CPPython project. | ||
This module provides a command-line interface (CLI) for interacting with the | ||
CPPython project. It includes commands for managing project configurations, | ||
installing dependencies, and updating project data. | ||
""" |
Oops, something went wrong.