Commits
- Commit:
00cc6147c8d60a87b626f52cd846048fc4ab6130
- From:
- David Douard <david.douard@sdfa3.org>
- Date:
Apply swh-py-template v0.2.3
- Commit:
b0a0d3d0818d572598fa9f303e627e37b099b461
- From:
- Antoine Lambert <anlambert@softwareheritage.org>
- Date:
pre-commit, tox: Bump black from 19.10b0 to 22.3.0
black is considered stable since release 22.1.0 and the version
we are currently using is quite outdated and not compatible with
click 8.1.0, so it is time to bump it to its latest stable release.
Please note that E501 pycodestyle warning related to line length
is replaced by B950 one from flake8-bugbear as recommended by black.
https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length
Related to T3922
- Commit:
1378de32454f454173db1168115830212b10f663
- From:
- David Douard <david.douard@sdfa3.org>
- Date:
Enable black
- blackify all the python files,
- enable black in pre-commit,
- add a black tox environment.