Skip to content

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Sep 16, 2022

This PR changes the line length of the codebase to the black default of 88

@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Merging #4517 (d1931b2) into master (39cea3b) will decrease coverage by 0.38%.
The diff coverage is 88.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4517      +/-   ##
==========================================
- Coverage   92.38%   91.99%   -0.39%     
==========================================
  Files         189      189              
  Lines       20661    20661              
  Branches     2855     2855              
==========================================
- Hits        19087    19007      -80     
- Misses       1181     1261      +80     
  Partials      393      393              
Impacted Files Coverage Δ
ibis/backends/dask/core.py 94.59% <0.00%> (ø)
ibis/backends/dask/execution/aggregations.py 81.35% <ø> (ø)
ibis/backends/dask/execution/arrays.py 95.23% <ø> (ø)
ibis/backends/dask/udf.py 97.39% <0.00%> (ø)
ibis/backends/duckdb/datatypes.py 100.00% <ø> (ø)
ibis/backends/mysql/datatypes.py 92.45% <ø> (ø)
ibis/backends/pandas/execution/timecontext.py 81.81% <ø> (ø)
ibis/backends/postgres/__init__.py 100.00% <ø> (ø)
ibis/backends/pyspark/timecontext.py 90.00% <ø> (ø)
ibis/backends/snowflake/__init__.py 44.26% <0.00%> (-44.27%) ⬇️
... and 123 more

@github-actions
Copy link
Contributor

github-actions bot commented Sep 16, 2022

Test Results

       35 files         35 suites   1h 26m 26s ⏱️
10 101 tests   7 923 ✔️ 2 178 💤 0
36 861 runs  28 483 ✔️ 8 378 💤 0

Results for commit d1931b2.

♻️ This comment has been updated with latest results.

@kszucs
Copy link
Member

kszucs commented Sep 16, 2022

Strangely github doesn't crosslink discussions here. See the relevant thread at #4515

@jcrist
Copy link
Member

jcrist commented Sep 27, 2022

Based on the discussion in #4515, it looks like a line length of 88 is preferred, matching what's done here. Is there anything left to do here?

@kszucs
Copy link
Member

kszucs commented Sep 28, 2022

We need to rerun the formatter on the current main branch, also we should add the created formatting commit to .git-blame-ignore-revs

@cpcloud
Copy link
Member Author

cpcloud commented Oct 6, 2022

@kszucs Are you opposed to this change?

@kszucs
Copy link
Member

kszucs commented Oct 6, 2022

@kszucs Are you opposed to this change?

Nope, I don't have a strong opinion on this.

@cpcloud cpcloud added this to the 4.0.0 milestone Oct 7, 2022
@cpcloud cpcloud added refactor Issues or PRs related to refactoring the codebase developer-tools Tools related to ibis development labels Oct 7, 2022
@cpcloud
Copy link
Member Author

cpcloud commented Oct 7, 2022

@kszucs Shall we merge? I'll add the commit to the ignore revs file once it lands upstream.

@kszucs kszucs merged commit d36af08 into ibis-project:master Oct 7, 2022
@cpcloud cpcloud deleted the black-default branch October 7, 2022 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer-tools Tools related to ibis development refactor Issues or PRs related to refactoring the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants