diff options
| author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-12-23 23:27:46 +0100 |
|---|---|---|
| committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-12-23 23:27:46 +0100 |
| commit | b92d9e24179ea27f311d87866598d1391bafa961 (patch) | |
| tree | 91e775acdb8fdfbcf44a7b075b3970b3b65a4ecf | |
| parent | 9dbc16038348ed6d9ceb79917e6cebb9de18b475 (diff) | |
| download | numpy-b92d9e24179ea27f311d87866598d1391bafa961.tar.gz | |
DEV: Add `TYP`, a standard acronym for static typing
| -rw-r--r-- | .github/pr-prefix-labeler.yml | 1 | ||||
| -rw-r--r-- | doc/source/dev/development_workflow.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/pr-prefix-labeler.yml b/.github/pr-prefix-labeler.yml index ab7ad9d28..2b95f1f31 100644 --- a/.github/pr-prefix-labeler.yml +++ b/.github/pr-prefix-labeler.yml @@ -12,3 +12,4 @@ "TST": "05 - Testing" "REL": "14 - Release" "WIP": "25 - WIP" +"TYP": "static typing" diff --git a/doc/source/dev/development_workflow.rst b/doc/source/dev/development_workflow.rst index 585aacfc9..457bcf34a 100644 --- a/doc/source/dev/development_workflow.rst +++ b/doc/source/dev/development_workflow.rst @@ -185,6 +185,7 @@ Standard acronyms to start the commit message with are:: REV: revert an earlier commit STY: style fix (whitespace, PEP8) TST: addition or modification of tests + TYP: static typing REL: related to releasing numpy Commands to skip continuous integration |
