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

GH-93: change formatter #94

Merged

Conversation

Privat33r-dev
Copy link
Collaborator

  1. Change formatter from yapf to black
  2. Remove pylint plugins
  3. Update poetry lock file
    Fixes Remove excessive IDE dependencies #93

Yapf is uncommon formatter,
requiring it makes process of onboarding new contributors harder.

Yapf with non-standard configuration as well introduces less common coding style,
which might slightly confuse some developers.

Black with standard configuration is the most popular formatting tool.
Remove plugins
Update poetry.lock
@nikitastupin nikitastupin merged commit c1cf195 into nikitastupin:main May 3, 2024
3 checks passed
@Privat33r-dev Privat33r-dev deleted the refactor/black-formatting branch May 3, 2024 20:43
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 this pull request may close these issues.

Remove excessive IDE dependencies
3 participants