diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-12-23 17:43:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 17:43:50 -0700 |
commit | ada537b920e25f4a7bbbe3d3a319fce75bb05ab6 (patch) | |
tree | 61d5e945598aee07ad284d067040591e6d94c856 | |
parent | 05d908a31c0be9db3177a5e2f5a543cbeca7e4f9 (diff) | |
parent | b92d9e24179ea27f311d87866598d1391bafa961 (diff) | |
download | numpy-ada537b920e25f4a7bbbe3d3a319fce75bb05ab6.tar.gz |
Merge pull request #20653 from BvB93/typ
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 |