Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor project to pass pylint checks #29

Closed
DimaPoliuha opened this issue Apr 17, 2020 · 1 comment · Fixed by #33
Closed

refactor project to pass pylint checks #29

DimaPoliuha opened this issue Apr 17, 2020 · 1 comment · Fixed by #33
Assignees

Comments

@DimaPoliuha
Copy link
Collaborator

No description provided.

@olehkrupko
Copy link
Contributor

string errors: "use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)" (f-strings were used)

It is possible to change pylint behaviour ( https://stackoverflow.com/a/59027338 ) or refactor f-strings to % formatting

Decided by @vsvirsky to go for second option and switch to % formatting

@DimaPoliuha DimaPoliuha linked a pull request Apr 23, 2020 that will close this issue
@DimaPoliuha DimaPoliuha self-assigned this Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants