-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flake8 and spell check, whitelist dictionary, docstrings (#155)
* Add flake8 and spell check, whitelist dictionary, docstring spelling, markdown lint * revert conda environment change * rename dictionary allowlist for flake8-spellcheck, remove space in contract Signed-off-by: asears <asears@users.noreply.github.com> * Update release steps for flake8 scans Signed-off-by: asears <asears@users.noreply.github.com>
- Loading branch information
Showing
10 changed files
with
206 additions
and
24 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
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,13 +1,25 @@ | ||
# Release Checklist | ||
|
||
### PyPI Source and Wheel: | ||
## Lint Static Scan | ||
|
||
Check for flake8 issues and spelling. | ||
|
||
```shell | ||
flake8 --whitelist ./devtools/allowlist.txt | ||
``` | ||
|
||
## PyPI Source and Wheel | ||
|
||
```shell | ||
conda update setuptools wheel | ||
|
||
python setup.py sdist bdist_wheel | ||
twine upload --repository-url https://test.pypi.org/legacy/ dist/ | ||
``` | ||
|
||
### Update conda-forge: | ||
## Update conda-forge | ||
|
||
```plaintext | ||
- Version | ||
- Zip Hash | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,170 @@ | ||
0b100101 | ||
0rc1 | ||
10pt | ||
11pt | ||
12pt | ||
16x16 | ||
32x32 | ||
a4paper | ||
abap | ||
allclose | ||
autodoc | ||
autogenerated | ||
autograd | ||
Backends | ||
backendseq | ||
bbfreeze | ||
bdist | ||
blas | ||
borland | ||
bw | ||
C0301 | ||
caes | ||
cba | ||
cfg | ||
cmd | ||
cmdclass | ||
cmin | ||
conda | ||
consts | ||
crossref | ||
cupy | ||
cx | ||
datestamp | ||
DDOT | ||
Deduplicate | ||
dep | ||
dereference | ||
detailmenu | ||
df | ||
dirname | ||
documentclass | ||
dtype | ||
ein | ||
einsum | ||
eq | ||
execfile | ||
favicon | ||
fi | ||
FILEVERSION | ||
fmt | ||
fn | ||
fs | ||
func | ||
GEMM | ||
GEMV | ||
gh | ||
gitattributes | ||
githubs | ||
hadamard | ||
Hadamard | ||
hardlink | ||
hashable | ||
hashtable | ||
howto | ||
htaccess | ||
htbp | ||
https | ||
ico | ||
idx | ||
iij | ||
ij | ||
ik | ||
inds | ||
ja | ||
ja | ||
jax | ||
jieba | ||
jk | ||
jkk | ||
js | ||
letterpaper | ||
lgtm | ||
lhs | ||
libs | ||
loc | ||
lru | ||
manni | ||
mem | ||
method1 | ||
method2 | ||
modindex | ||
moduleauthor | ||
monokai | ||
nczeczulin | ||
ndim | ||
nl | ||
no | ||
NUM | ||
numpy | ||
numpytensordot | ||
opensearch | ||
outputless | ||
pagerefs | ||
papersize | ||
paraiso | ||
parentdir | ||
pep440 | ||
perldoc | ||
pointsize | ||
prepended | ||
prodcuts | ||
PRODUCTVERSION | ||
py2exe | ||
Pygments | ||
pylint | ||
quickstart | ||
recurse | ||
refnames | ||
rhs | ||
ro | ||
rrt | ||
rsrc | ||
rst | ||
runtime | ||
s1 | ||
s2 | ||
sdist | ||
sectionauthor | ||
Ses | ||
setrlimit | ||
sig | ||
sourcedist | ||
sourcelink | ||
sparsify | ||
sphinxstrong | ||
sphinxtitleref | ||
subdependencies | ||
subgraph | ||
subgraphs | ||
subst | ||
sv | ||
TDOT | ||
tempdir | ||
tensordot | ||
Tensordot | ||
test5 | ||
texinfo | ||
Texinfo | ||
theano | ||
timeit | ||
titleref | ||
tmp | ||
toctree | ||
toplevel | ||
trac | ||
transpose | ||
uncomparable | ||
undoc | ||
unparseable | ||
v0 | ||
VCS | ||
Vectordot | ||
versioneer | ||
versionfile | ||
x3 | ||
xcode | ||
xhtml | ||
zh | ||
zh | ||
zipball |
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 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 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