pylint-dev / pylint

It's not just a linter that annoys you!
https://pylint.readthedocs.io/en/latest/
GNU General Public License v2.0
5.32k stars 1.14k forks source link

Move most ruff exclusions out of .pre-commit-config.yaml #9927

Closed correctmost closed 2 months ago

correctmost commented 2 months ago

Type of Changes

Type
:hammer: Refactoring

Description

This makes it easier to run ruff check outside of the pre-commit hooks.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.80%. Comparing base (a82e2fe) to head (edec621). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pylint-dev/pylint/pull/9927/graphs/tree.svg?width=650&height=150&src=pr&token=ZETEzayrfk&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev)](https://app.codecov.io/gh/pylint-dev/pylint/pull/9927?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) ```diff @@ Coverage Diff @@ ## main #9927 +/- ## ======================================= Coverage 95.80% 95.80% ======================================= Files 174 174 Lines 18935 18935 ======================================= Hits 18141 18141 Misses 794 794 ```