st-tech / zr-obp

Open Bandit Pipeline: a python library for bandit algorithms and off-policy evaluation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any specific code formatter?

nomuramasahir0 opened this issue · comments

Hi!
I've found some code implementations that could be improved and I'd like to create a PR.
Regarding the question related to that, is there any specification of code formatter (e.g., black)?
If you can tell us, I will create a PR that matches it.

And I think it is desirable to prepare Contribution Guidelines if possible.

@nmasahiro Yeah, Code is formatted with black, and Coding style is checked with flake8.

When I used black and flake8 in my environment, I got a lot of differences from the current code implementation. Do you have any specific settings for these tools?