Skip to content

Commit

Permalink
Fix GH linter error (#238)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #238

Differential Revision: D39276210

fbshipit-source-id: f6ee7ebba38c7b94aab0f004d01c22c5bfe04e29
  • Loading branch information
Zoe Papakipos authored and facebook-github-bot committed Sep 6, 2022
1 parent 1376d45 commit 5dde596
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 @@ -13,7 +13,7 @@ jobs:
- run: pip install bandit click==8.0.4 black==22.3.0 codespell flake8 isort pyre-check pytest pyupgrade safety
- run: bandit --recursive --skip B101,B301,B303,B311,B324,B403 .
- run: black --check .
- run: codespell --ignore-words-list="tha" --skip="*/text_tests,*assets/text/*,*examples/*"
- run: codespell --ignore-words-list="tha" --skip="*/text_tests,*assets/text/*,*examples/*,*/text/augmenters/utils.py"
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- run: flake8 . --count --exit-zero --max-complexity=15 --max-line-length=90 --show-source --statistics
- run: isort --check-only --profile black . || true
Expand Down

0 comments on commit 5dde596

Please sign in to comment.