mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
fix setuptools vulnerability
This commit is contained in:
parent
ceeecfa623
commit
21a9372b96
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