isort --profile black --recursive . (#2170)

* isort --profile black --recursive .

* Update codespell.yml

* typo: vertices

* typo: Explanation

* typo: Explanation

* Fix typos
This commit is contained in:
Christian Clauss
2020-07-06 05:18:18 +02:00
committed by GitHub
parent 25d9d819a2
commit cd3e8f95a0
6 changed files with 10 additions and 9 deletions

View File

@@ -13,5 +13,5 @@ jobs:
SKIP="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt"
codespell -L ans,fo,hist,iff,secant,tim --skip=$SKIP --quiet-level=2
- name: Codespell comment
if: ${{ failure() }}
uses: plettich/python_codespell_action@master
if: ${{ failure() }}
uses: plettich/python_codespell_action@master