-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Python / linter versions for development #26
Conversation
[[tool.pysen.lint.mypy_targets]] | ||
paths = ["examples/advanced_example"] | ||
[[tool.pysen.lint.mypy_targets]] | ||
paths = ["examples/simple_package"] | ||
[[tool.pysen.lint.mypy_targets]] | ||
paths = ["examples/plugin_example"] | ||
[[tool.pysen.lint.mypy_targets]] | ||
paths = ["examples/sync_cmdclass_pyproject"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mypy 0.800+ changes the way to find target sources, I updated this section as described in our FAQ https://github.com/pfnet/pysen#frequently-asked-questions .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@sergeant-wizard Thank you for your review! I reverted some of the changes to keep backward compatibility. PTAL πββοΈ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sorry for such a big PR πββοΈ
I upgraded the linter versions for the pysen development to the latest ones.