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

[ruff] Fix some configuration warnings, activate flake8-pie, flake8-pyi, and pydocstyle #9593

Merged
merged 6 commits into from
May 4, 2024

[ruff] Activate pydocstyle and fix existing issues

fc669f7
Select commit
Loading
Failed to load commit list.
Merged

[ruff] Fix some configuration warnings, activate flake8-pie, flake8-pyi, and pydocstyle #9593

[ruff] Activate pydocstyle and fix existing issues
fc669f7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 3, 2024 in 0s

95.81% (target 95.00%)

View this Pull Request on Codecov

95.81% (target 95.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.81%. Comparing base (3c8be8e) to head (fc669f7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9593   +/-   ##
=======================================
  Coverage   95.81%   95.81%           
=======================================
  Files         173      173           
  Lines       18825    18825           
=======================================
  Hits        18038    18038           
  Misses        787      787           
Files Coverage Δ
pylint/checkers/base/comparison_checker.py 100.00% <ø> (ø)
pylint/checkers/base/name_checker/checker.py 98.62% <ø> (ø)
pylint/checkers/base_checker.py 95.04% <100.00%> (ø)
pylint/checkers/classes/class_checker.py 93.38% <ø> (ø)
pylint/checkers/deprecated.py 99.05% <ø> (ø)
pylint/checkers/design_analysis.py 98.88% <ø> (ø)
pylint/checkers/imports.py 94.45% <ø> (ø)
pylint/checkers/non_ascii_names.py 100.00% <ø> (ø)
...int/checkers/refactoring/recommendation_checker.py 96.53% <ø> (ø)
pylint/checkers/refactoring/refactoring_checker.py 98.26% <ø> (ø)
... and 13 more