mirror of
https://github.com/Dasemu/DesktopAssistant.git
synced 2026-02-04 04:30:20 +00:00
Date, time, and pep8-naming
This commit is contained in:
4
.github/workflows/lint_python.yml
vendored
4
.github/workflows/lint_python.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user