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

Improve code review by automate more checks #21

Open
nifadyev opened this issue Dec 23, 2024 · 1 comment
Open

Improve code review by automate more checks #21

nifadyev opened this issue Dec 23, 2024 · 1 comment

Comments

@nifadyev
Copy link
Contributor

  • Try to move styleguide rules from our styleguide to linter rules.
  • Enable as much as possible linter rules, think about adding wemake-python-styleguide as the strictest python linter
  • deptry - ool to check for issues with dependencies in a Python project, such as unused or missing dependencies
  • vulture - dead code checker
  • Consider danger - tool to automate common code review chores. It has many plugins like commit lint and PR diff size
  • One last suggestion is reviewdog - tool for adding CI errors as PR comments. It has such useful plugins as typos hadolint misspell, ruff, flake8, mypy
@soltanoff
Copy link
Member

reviewdog is too complicated for supporting and looks more useless (excessive, it's better to say)

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

No branches or pull requests

2 participants