Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Reformat src/conf.py to conform to latest python black rules #704

Merged
merged 1 commit into from Jan 31, 2022

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Jan 31, 2022

Python black removed Python 2 support so it now flags the u prefixed strings.

We picked up python black 22.1:

Collecting black
  Downloading black-22.1.0-py3-none-any.whl (160 kB)

It removed python 2 support:

Python black removed Python 2 support so it now flags the `u` prefixed strings.

We picked up python black 22.1:
```
Collecting black
  Downloading black-22.1.0-py3-none-any.whl (160 kB)
```

It removed python 2 support:
 * https://pypi.org/project/black/22.1.0/
 * psf/black#2740
@rnewson rnewson self-requested a review January 31, 2022 16:37
@nickva nickva merged commit 95da686 into main Jan 31, 2022
@nickva nickva deleted the fix-python-black-formatting branch January 31, 2022 16:39
nickva added a commit to apache/couchdb that referenced this pull request Jan 31, 2022
In order to fix formatting issue outlined in apache/couchdb-documentation#704
nickva added a commit to apache/couchdb that referenced this pull request Jan 31, 2022
In order to fix formatting issue outlined in apache/couchdb-documentation#704
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.

None yet

2 participants