-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run tests on python 3.11 and 3.12 prelease (#115)
* run tests on python 3.11 and 3.12 prelease * refine actions workflow * upgrade setuptools before runnig tests * upgrade mypy * upgrade actions/setup-python * ignore lint error E275 - missing whitespace * upgrade deps for development
- Loading branch information
Showing
4 changed files
with
22 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[flake8] | ||
ignore=W605 | ||
ignore=W605,E275 | ||
exclude=.git,__pycache__,docs,sysdic,work,mecab-ipadic-2.7.0-20070801,benchmark | ||
max-line-length=120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
autopep8==1.5.4 | ||
flake8==3.8.3 | ||
mccabe==0.6.1 | ||
mypy==0.782 | ||
mypy-extensions==0.4.3 | ||
pycodestyle==2.6.0 | ||
pyflakes==2.2.0 | ||
toml==0.10.1 | ||
typed-ast==1.4.1 | ||
typing-extensions==3.7.4.2 | ||
twine==3.2.0 | ||
wheel==0.35.1 | ||
psutil==5.9.0 | ||
autopep8 | ||
flake8 | ||
mypy | ||
pyflakes | ||
toml | ||
twine | ||
wheel | ||
psutil | ||
coverage |