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

Enable flake8-future-annotations #2932

Merged

Conversation

CoolCat467
Copy link
Member

This pull request enables ruff's flake8-future-annotations rule, building off of the formatting changes done in #2930.

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b780204) 99.64% compared to head (9d1035b) 99.64%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2932   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         116      116           
  Lines       17501    17503    +2     
  Branches     3148     3148           
=======================================
+ Hits        17439    17441    +2     
  Misses         43       43           
  Partials       19       19           
Files Coverage Δ
src/trio/_subprocess_platform/__init__.py 100.00% <100.00%> (ø)
src/trio/_tests/test_file_io.py 100.00% <100.00%> (ø)
src/trio/socket.py 100.00% <100.00%> (ø)

@CoolCat467 CoolCat467 added the typing Adding static types to trio's interface label Jan 22, 2024
@jakkdl jakkdl enabled auto-merge (squash) January 24, 2024 11:03
@jakkdl jakkdl merged commit 0204d04 into python-trio:master Jan 24, 2024
27 checks passed
@CoolCat467 CoolCat467 deleted the enable-flake8-future-annotations branch January 24, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typing Adding static types to trio's interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants