Closed HideakiImamura closed 2 months ago
thanks @HideakiImamura ! Sorry for the long delay. I'll take a look at the PR in the coming few days and get back to you.
Thank you for the comment. I fixed the conflicts. Could you review and merge this PR?
Again apologies for the delay :/ The PR looks good to me actually. @Neeratyoy ?
Partially resolve #5
Depend on #6
Motivations
This PR aims to introduce the linter and type checker to improve the code readability and reliability. I use
pre-commit
,ruff
, andmypy
. The change looks huge, but almost changes are obvious (some parts are automatically generated).Description of changes
.pre-commit-config.yaml
for the config file of linter and type checker.pyproject.toml
.