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

Move typechecking imports under TYPE_CHECKING flag #9970

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Revert one change

8d455ab
Select commit
Loading
Failed to load commit list.
Open

Move typechecking imports under TYPE_CHECKING flag #9970

Revert one change
8d455ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 2, 2024 in 0s

95.76% (target 95.00%)

View this Pull Request on Codecov

95.76% (target 95.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.76%. Comparing base (88e4bc6) to head (8d455ab).
Report is 13 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #9970      +/-   ##
==========================================
- Coverage   95.80%   95.76%   -0.05%     
==========================================
  Files         174      174              
  Lines       18940    18750     -190     
==========================================
- Hits        18146    17956     -190     
  Misses        794      794              
Files with missing lines Coverage Δ
pylint/checkers/bad_chained_comparison.py 100.00% <ø> (ø)
pylint/checkers/base/basic_checker.py 98.07% <100.00%> (-0.01%) ⬇️
pylint/checkers/base/basic_error_checker.py 95.43% <100.00%> (ø)
pylint/checkers/base/docstring_checker.py 97.64% <100.00%> (ø)
pylint/checkers/base/name_checker/checker.py 98.62% <ø> (-0.02%) ⬇️
pylint/checkers/base/name_checker/naming_style.py 100.00% <100.00%> (ø)
pylint/checkers/base_checker.py 94.87% <100.00%> (-0.17%) ⬇️
pylint/checkers/classes/class_checker.py 93.71% <100.00%> (-0.04%) ⬇️
pylint/checkers/classes/special_methods_checker.py 95.37% <100.00%> (-0.08%) ⬇️
pylint/checkers/deprecated.py 99.03% <100.00%> (-0.01%) ⬇️
... and 92 more