Check format by ruff

This commit is contained in:
Yuta Hayashibe
2024-03-25 23:03:26 +09:00
parent dcf0eeb5b6
commit 5cbdd724f7
4 changed files with 70 additions and 0 deletions

11
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,11 @@
<!--
Please format codes by ruff before pull request.
For example:
$ pip install -r ./requirements_dev.txt
$ make style
To test:
$ make test
-->