Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

howto: New guide Add Black and isort to an existing Python repository#87

Merged
Bjwebb merged 2 commits intomasterfrom
make-black
Apr 15, 2020
Merged

howto: New guide Add Black and isort to an existing Python repository#87
Bjwebb merged 2 commits intomasterfrom
make-black

Conversation

@ghost
Copy link

@ghost ghost commented Apr 9, 2020

#80

@ghost ghost requested a review from rhiaro April 9, 2020 14:27
@ghost ghost self-assigned this Apr 9, 2020
@ghost
Copy link
Author

ghost commented Apr 9, 2020

Do merge if happy

@ghost ghost force-pushed the make-black branch from 339f399 to 621616a Compare April 15, 2020 12:42
@ghost
Copy link
Author

ghost commented Apr 15, 2020

Python 3.6.9 (default, Nov  7 2019, 10:44:02) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.version_info >= (3, 6)
True
>>> sys.version_info >= (3, 5)
True
>>> sys.version_info >= (3, 7)
False
>>> sys.version_info >= (4, 0)
False
>>> (4,0) >= (3,6)
True
>>> (3,7) >= (3,6)
True
>>> (3,5) >= (3,6)
False

@Bjwebb Bjwebb merged commit 8c9b0d8 into master Apr 15, 2020
@Bjwebb Bjwebb deleted the make-black branch April 15, 2020 13:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants