Skip to content

add codespell to CI#2698

Merged
jakkdl merged 2 commits intopython-trio:masterfrom
jakkdl:codespell
Jul 26, 2023
Merged

add codespell to CI#2698
jakkdl merged 2 commits intopython-trio:masterfrom
jakkdl:codespell

Conversation

@jakkdl
Copy link
Member

@jakkdl jakkdl commented Jul 12, 2023

closes #2694

Found one typo! In a line I wrote of course 😇

@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Merging #2698 (33f1b42) into master (15ddd50) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2698   +/-   ##
=======================================
  Coverage   98.89%   98.89%           
=======================================
  Files         113      113           
  Lines       16490    16490           
  Branches     3000     3000           
=======================================
  Hits        16307    16307           
  Misses        126      126           
  Partials       57       57           
Files Changed Coverage Δ
trio/_tests/test_exports.py 96.46% <ø> (ø)

@jakkdl jakkdl requested a review from A5rocks July 12, 2023 12:27
Copy link
Contributor

@A5rocks A5rocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks alright to me! I'm a bit concerned by the amount of linters we have to run now, but I suppose this might be where stuff like pre-commit comes in (... my opinion on that is still TBD)

@jakkdl
Copy link
Member Author

jakkdl commented Jul 13, 2023

Yeah, this starts getting into silly territory when you're launching it from a messy shell script - but I'm used to running with a million linters and autofixers and IME it ups my productivity quite a bit and reduces the amount of code review and CI runs needed.

@jakkdl jakkdl enabled auto-merge (squash) July 26, 2023 11:44
@jakkdl jakkdl merged commit db89701 into python-trio:master Jul 26, 2023
@jakkdl jakkdl deleted the codespell branch August 25, 2023 11:36
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.

Add codespell to CI

2 participants