Skip to content

Create additional namespaces for subdirectories with pylint configs #9395

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

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Review-changes 5: add clarifications to the docs

51b3431
Select commit
Loading
Failed to load commit list.
Draft

Create additional namespaces for subdirectories with pylint configs #9395

Review-changes 5: add clarifications to the docs
51b3431
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 24, 2025 in 1s

95.80% (target 95.00%)

View this Pull Request on Codecov

95.80% (target 95.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (bb9e079) to head (51b3431).
Report is 505 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #9395      +/-   ##
==========================================
- Coverage   95.82%   95.80%   -0.03%     
==========================================
  Files         173      173              
  Lines       18813    18868      +55     
==========================================
+ Hits        18028    18076      +48     
- Misses        785      792       +7     
Files with missing lines Coverage Δ
pylint/config/arguments_manager.py 99.46% <100.00%> (+0.01%) ⬆️
pylint/config/config_file_parser.py 100.00% <100.00%> (ø)
pylint/config/config_initialization.py 98.91% <100.00%> (+0.02%) ⬆️
pylint/config/find_default_config_files.py 91.66% <100.00%> (+0.36%) ⬆️
pylint/lint/base_options.py 100.00% <ø> (ø)
pylint/lint/pylinter.py 96.73% <100.00%> (+0.29%) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.