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

doc(FAQ): More precise PyLint comparision #10756

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Conversation

buhtz
Copy link
Contributor

@buhtz buhtz commented Apr 3, 2024

Section about comparing Ruff to PyLint now is more precise about the following two points:

  • Ruff do count branches different and there for earlier give too-many-branches warning.
  • Activating all Pylint rules in Ruff also activates pylint rules that are not active by default in Pylint itself because they are implemented via pylint plugins.

buhtz and others added 2 commits April 3, 2024 13:59
Section about comparing Ruff to PyLint now is more precise about the folloging two points:
 - Ruff do count branches different and there for earlier give too-many-branches warning. 
 - Activating all Pylint rules in Ruff also activates pylint rules that are not active by default in Pylint itself because they are implemented via pylint plugins.
Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@charliermarsh charliermarsh added the documentation Improvements or additions to documentation label Apr 5, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) April 5, 2024 22:10
@charliermarsh charliermarsh merged commit a4ee9c1 into astral-sh:main Apr 5, 2024
16 checks passed
charliermarsh pushed a commit that referenced this pull request Apr 5, 2024
## Summary

Correct some oversites in the documentation from #10756
Glyphack pushed a commit to Glyphack/ruff that referenced this pull request Apr 12, 2024
Section about comparing Ruff to PyLint now is more precise about the
following two points:
- Ruff do count branches different and there for earlier give
too-many-branches warning.
- Activating all Pylint rules in Ruff also activates pylint rules that
are not active by default in Pylint itself because they are implemented
via pylint plugins.
Glyphack pushed a commit to Glyphack/ruff that referenced this pull request Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants