mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
fix setuptools vulnerability
This commit is contained in:
parent
51102a08aa
commit
5ff5eaa221
1 changed files with 1 additions and 0 deletions
1
.github/workflows/lint_python.yml
vendored
1
.github/workflows/lint_python.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
|
||||
flake8-comprehensions isort mypy pytest pyupgrade safety
|
||||
- run: python -m pip install --upgrade requests
|
||||
- run: python -m pip install 'setuptools>=65.5.1'
|
||||
- run: bandit --recursive --skip B101,B110,B306,B307,B311,B605,B607 .
|
||||
- run: black --check . || true
|
||||
- run: codespell --count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue