https://github.com/SoftwareHeritage/swh-model
Revision 953c40388c78b294d9246b2fdd690597c7cb4f58 authored by Antoine Lambert on 08 April 2022, 13:13:46 UTC, committed by Antoine Lambert on 08 April 2022, 13:13:46 UTC
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
1 parent ba7af74
History
Tip revision: 953c40388c78b294d9246b2fdd690597c7cb4f58 authored by Antoine Lambert on 08 April 2022, 13:13:46 UTC
pre-commit, tox: Bump black from 19.10b0 to 22.3.0
Tip revision: 953c403
File Mode Size
bin
docs
swh
.gitignore -rw-r--r-- 137 bytes
.pre-commit-config.yaml -rw-r--r-- 942 bytes
AUTHORS -rw-r--r-- 112 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTORS -rw-r--r-- 45 bytes
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 157 bytes
Makefile -rw-r--r-- 163 bytes
Makefile.local -rw-r--r-- 24 bytes
README.md -rw-r--r-- 620 bytes
mypy.ini -rw-r--r-- 522 bytes
pyproject.toml -rw-r--r-- 237 bytes
pytest.ini -rw-r--r-- 253 bytes
requirements-cli.txt -rw-r--r-- 30 bytes
requirements-test.txt -rw-r--r-- 51 bytes
requirements.txt -rw-r--r-- 380 bytes
setup.cfg -rw-r--r-- 342 bytes
setup.py -rwxr-xr-x 2.4 KB
tox.ini -rw-r--r-- 1.7 KB

README.md

back to top