Skip to content

Commit

Permalink
Clean up old codespell related items
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 28, 2022
1 parent c74551f commit 88590c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ jobs:
retval = run(pytest_cmd).returncode
run(["git", "restore", "pyproject.toml"])
sys.exit(retval)
- name: Check English spelling in the code base using codespell
run: codespell
- name: Ensure modern Python style using pyupgrade
# This script is written in a Linux / macos / windows portable way
run: |
Expand Down
1 change: 0 additions & 1 deletion constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# versions in `setup.cfg`.
airium==0.2.3
black==21.8b0
codespell==2.1.0
defusedxml==0.7.1
flake8-2020==1.6.1
flake8-bugbear==22.1.11
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ test =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
airium>=0.2.3
black>=21.7b1 # to prevent Mypy error about `gen_python_files`, see issue #189
codespell>=2.1.0
defusedxml>=0.7.1
isort>=5.0.1
mypy>=0.940
Expand Down

0 comments on commit 88590c6

Please sign in to comment.