File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 @echo - make clean
1010 @echo - make doc
1111
12+ codespell :
13+ codespell codespell securid.py securid/* .py tests/* .py
14+
1215isort :
1316 isort --profile black securid tests
1417
@@ -21,7 +24,7 @@ coverage:
2124test :
2225 pytest
2326
24- typecheck :
27+ typecheck : codespell
2528 mypy --strict --no-warn-unused-ignores securid
2629
2730lint :
3740 -rm -rf bin lib share pyvenv.cfg
3841
3942venv :
40- python3 -m virtualenv .
43+ python3 -m venv . || python3 -m virtualenv .
4144 . bin/activate; pip install -Ur requirements.txt
4245 . bin/activate; pip install -Ur requirements-dev.txt
4346
Original file line number Diff line number Diff line change 11black
22build
3+ codespell
34coverage [toml ]
45flake8
56isort
1112twine < 3.4
1213urllib3 >= 2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
1314requests >= 2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
14- zipp >= 3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
15+ zipp >= 3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments