Skip to content

Commit

Permalink
Disable spell checks in py-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsTheFae committed Feb 2, 2024
1 parent a0585a9 commit 6305181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
mypy --python-version 3.8 --warn-unused-ignores ./*.py
- name: Check with Pylint
run: |
pylint --recursive=y .
pylint --spelling-dict='' --recursive=y .

0 comments on commit 6305181

Please sign in to comment.