Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

fix: Fix black, isort compatibility - #469

Merged
c24t merged 11 commits into
masterfrom
black-isort-fight
Aug 31, 2020
Merged

fix: Fix black, isort compatibility #469
c24t merged 11 commits into
masterfrom
black-isort-fight

Conversation

@c24t

@c24tc24t commented Aug 25, 2020

Copy link
Copy Markdown
Contributor

Config and formatting changes to prevent black and isort from thrashing:

% python -m black django_spanner spanner_dbapi tests
All done! ✨ 🍰 ✨
31 files left unchanged.
% python -m isort django_spanner spanner_dbapi tests

Mostly mechanical changes, the important lines are in setup.cfg and pyproject.toml.

@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Aug 25, 2020
@c24tc24t changed the title Black isort fightFix black, isort compatibility Aug 25, 2020
@c24tc24t changed the title Fix black, isort compatibility fix: Fix black, isort compatibility Aug 25, 2020
@product-auto-labelproduct-auto-labelBot added the api: spanner Issues related to the googleapis/python-spanner-django API. label Aug 26, 2020
@c24t
c24t merged commit 144bdc2 into masterAug 31, 2020
@c24t
c24t deleted the black-isort-fight branch August 31, 2020 18:53
c24t added a commit that referenced this pull request Sep 15, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spannerIssues related to the googleapis/python-spanner-django API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@c24t