Skip to content

Commit

Permalink
codespell: assertIn is not a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 7, 2024
1 parent 01d8e12 commit 7e0c50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install codespell flake8
python -m pip install -e .
- run: codespell --ignore-words-list="ba,claus,vas" --quiet-level=2
- run: codespell --ignore-words-list="assertIn,ba,claus,vas" --quiet-level=2
- run: flake8 . --count --ignore=E122,E226,E265,E741,E742 --max-complexity=22 --max-line-length=124 --show-source --statistics
- run: python src/tests/test.py -v

0 comments on commit 7e0c50d

Please sign in to comment.