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

feat: Add new setting to enforce future imports for all annotations #200

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

Daverball
Copy link
Collaborator

Closes #190

@Daverball Daverball merged commit b3c2c4b into snok:main Dec 13, 2024
6 checks passed
@Daverball Daverball deleted the feat/force-future branch December 13, 2024 12:22
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.8%. Comparing base (7621d51) to head (3d884d6).
Report is 90 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #200     +/-   ##
=======================================
- Coverage   98.7%   96.8%   -2.0%     
=======================================
  Files          3       3             
  Lines        482     972    +490     
=======================================
+ Hits         476     941    +465     
- Misses         6      31     +25     
Files with missing lines Coverage Δ
flake8_type_checking/checker.py 96.5% <100.0%> (-2.0%) ⬇️
flake8_type_checking/plugin.py 100.0% <ø> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require __future__.annotations for all files with type annotations, not just for forward references
1 participant