1
1
# Contributing to ` staged-script `
2
2
3
- > ** Usage Guidelines:**
4
- >
5
- > * Review all the text and add/remove/adjust things as needed.
6
- > * Delete this note.
7
-
8
3
Thanks so much for your willingness to help out with ` staged-script ` 's
9
4
development :grinning : Here's everything you need to know.
10
5
@@ -77,6 +72,7 @@ The checks we perform are the following:
77
72
* Use [ ruff] [ ruff ] to lint and format the code and docstrings.
78
73
* Use [ mypy] [ mypy ] to run static type checking on our type-hinted code.
79
74
* Ensure no large files are added to the repository.
75
+ * Ensure files parse as valid Python.
80
76
* Check for files that would conflict in case-sensitive filesystems.
81
77
* Ensure files don't contain merge conflict strings.
82
78
* Ensure files end with a single blank line.
@@ -87,8 +83,6 @@ The checks we perform are the following:
87
83
* Use [ doc8] [ doc8 ] to enforce our style for our documentation.
88
84
* Use [ pyroma] [ pyroma ] to ensure our package complies with the best practices
89
85
of the Python packaging ecosystem.
90
- * INSERT OTHERS
91
- * AS NEEDED
92
86
93
87
[ ruff ] : https://docs.astral.sh/ruff/
94
88
[ mypy ] : https://github.com/python/mypy
@@ -142,12 +136,12 @@ search for and install them. These are the ones we recommend:
142
136
[ GitKraken] [ kraken ] into VS Code.
143
137
* ** IntelliCode:** AI-assisted development features.
144
138
* ** Pre-Commit:** Commands and helpers for executing pre-commit hooks.
139
+ * ** Test Adapter Converter:** Converts from the Test Explorer UI (below) API
140
+ to native VS Code testing.
145
141
* ** Test Explorer UI:** Extensible user interface for running your tests in VS
146
142
Code.
147
143
* ** Vim:** For when you can't truly leave vi behind (and who would want to?).
148
144
* ** vscode-icons:** Icons for the file explorer.
149
- * INSERT OTHERS
150
- * AS NEEDED
151
145
152
146
[ conventional ] : https://www.conventionalcommits.org/en/v1.0.0/
153
147
[ kraken ] : https://www.gitkraken.com/
0 commit comments