Date, time, and pep8-naming

This commit is contained in:
Christian Clauss
2021-10-07 23:20:15 +02:00
parent 2f01f2c38e
commit 4b0c5d89f0
3 changed files with 45 additions and 38 deletions

View File

@@ -7,8 +7,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
- run: pip install bandit black codespell flake8 flake8-bugbear flake8-comprehensions
flake8-return isort mypy pep8-naming pytest pyupgrade safety
- run: bandit --recursive --skip B311,B605 .
- run: black --check . || true
- run: codespell --ignore-words-list=ans