zerex290 / sankaku

Asynchronous API wrapper for Sankaku Complex with type-hinting, pydantic data validation and an optional logging support with loguru.
https://zerex290.github.io/sankaku/
MIT License
8 stars 3 forks source link

dev(narugo): now it supports python3.7 #3

Closed narugo1992 closed 1 year ago

narugo1992 commented 1 year ago

Related to #2

What is changed:

narugo1992 commented 1 year ago

@zerex290 For issues based on PEP standards, I believe it would be beneficial to establish an automated code reformatter using tools like yapf locally or through services like pre-commit-ci on GitHub. If you already have a configuration file for this, it would be helpful for me to address the code style issues in bulk.

zerex290 commented 1 year ago

@narugo1992 Talking about PEP standarts issues, I skimmed through yapf and found that it takes time to set it up correctly. So I think it's acceptable to skip these PEP issues in actual pull request. In future I will make CONTRIBUTING.md file with description of rules and will pay attention to automatic code reformatters to prevent such situations from happening again. I resolved mentioned issues and left only those that need to be fixed.