Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

Reformatted codebase with black 26.1.0 to pass linting checks.

Changes

  • Reformatted 16 files (13 source files, 1 notebook, 2 test files)
  • Primary change: removed extraneous blank lines to comply with black 26.1.0 formatting rules

All linting checks now pass (black, flake8, mypy).


Contributor checklist:

  • I have read and understood CONTRIBUTING.md
  • Confirmed an issue exists for the PR
  • Confirmed PR is rebased onto the latest base
  • Confirmed failure before change and success after change
  • Any generic new functionality is replicated across cloud providers if necessary
  • Tested manually against live server backend for at least one provider
  • Added tests for any new functionality
  • Linting passes locally
  • Tests pass locally
  • Updated HISTORY.md with the issue that is addressed and the PR you are submitting. If the top section is not `## UNRELEASED``, then you need to add a new section to the top of the document for your change.
Original prompt

reformat with the latest version of black so linting passes


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pjbull <1799186+pjbull@users.noreply.github.com>
Copilot AI changed the title [WIP] Reformat code with latest version of Black Reformat with black 26.1.0 Jan 26, 2026
Copilot AI requested a review from pjbull January 26, 2026 19:09
@pjbull pjbull marked this pull request as ready for review January 26, 2026 19:22
@github-actions
Copy link
Contributor

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.0%. Comparing base (1ca2eed) to head (f67903e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #542     +/-   ##
========================================
- Coverage    94.0%   94.0%   -0.1%     
========================================
  Files          28      28             
  Lines        2203    2203             
========================================
- Hits         2072    2071      -1     
- Misses        131     132      +1     
Files with missing lines Coverage Δ
cloudpathlib/__init__.py 84.6% <ø> (ø)
cloudpathlib/azure/azblobclient.py 92.4% <ø> (ø)
cloudpathlib/azure/azblobpath.py 94.7% <ø> (ø)
cloudpathlib/client.py 88.1% <ø> (ø)
cloudpathlib/cloudpath.py 94.8% <ø> (-0.2%) ⬇️
cloudpathlib/cloudpath_info.py 100.0% <ø> (ø)
cloudpathlib/gs/gspath.py 94.1% <ø> (ø)
cloudpathlib/http/httppath.py 98.8% <ø> (ø)
cloudpathlib/local/implementations/azure.py 97.6% <ø> (ø)
cloudpathlib/local/implementations/gs.py 97.2% <ø> (ø)
... and 3 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pjbull pjbull mentioned this pull request Jan 26, 2026
@pjbull pjbull merged commit 5124aa0 into master Jan 26, 2026
32 of 50 checks passed
@pjbull pjbull deleted the copilot/reformat-code-with-black branch January 26, 2026 22:22
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.

2 participants