Skip to content

Commit

Permalink
codespell --ignore-words-list="iam"
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 26, 2020
1 parent 524be27 commit 79054e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# run: |
# pip install black
# black --check . || true
- run: codespell --ignore-words-list="IAM" --quiet-level=2 # --skip=""
- run: codespell --ignore-words-list="iam" --quiet-level=2 # --skip=""
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# isort and reorder-python-imports are two ways of doing the same thing
- run: isort --recursive . || true
Expand Down

0 comments on commit 79054e0

Please sign in to comment.