ETM icon indicating copy to clipboard operation
ETM copied to clipboard

Containerization and import cleanup, code formatting

Open haluk opened this issue 4 years ago • 2 comments

I prepared Dockerfile that one can run the package in a container for reproducibility. I also removed some unused imports and statements.

haluk avatar Feb 26 '21 01:02 haluk

black code formatter automatically replaces single quotes with double quotes. I'm not sure if it has a setting not do to that.

haluk avatar Mar 08 '21 14:03 haluk

see --skip-string-normalization (or -S for short) via https://black.readthedocs.io/en/stable/installation_and_usage.html

On Mon, Mar 8, 2021 at 9:40 AM Haluk Dogan [email protected] wrote:

black https://github.com/psf/black code formatter automatically replaces single quotes with double quotes. I'm not sure if it has a setting not do to that.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adjidieng/ETM/pull/28#issuecomment-792799504, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIA7VHTRQH6MC53CX6YDTTCTOVTANCNFSM4YHSQJZQ .

ivanistheone avatar Mar 08 '21 14:03 ivanistheone