Fix typos discovered by codespell (#95)

* Improve performance

* !fixup Fix typo discovered by codespell

* fixup! Fix typo discovered by codespell

* fixup! Add codespell to lint process
This commit is contained in:
Christian Clauss
2021-09-27 08:53:03 +02:00
committed by GitHub
parent aa584e05bc
commit 14247a89d9
4 changed files with 6 additions and 5 deletions

View File

@@ -20,11 +20,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 yapf isort
pip install codespell flake8 isort yapf
# modify the folders accordingly
- name: Lint
run: |
codespell
flake8 .
isort --check-only --diff realesrgan/ scripts/ inference_realesrgan.py setup.py
yapf -r -d realesrgan/ scripts/ inference_realesrgan.py setup.py