Unverified Commit bf35d640 authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #498 from radarhere/setuptools

Upgrade setuptools in lint build
parents 2e10577a 8889cf0a
......@@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install --upgrade pip wheel
- run: pip install --upgrade pip wheel setuptools
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B101 . # B101 is assert statements
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment