File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .black ]
2- required-version = " 21.6b0 "
2+ required-version = " 21.9b0 "
33line-length = " 88"
44skip-string-normalization = true
55target-version = [' py37' ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Please be as Pythonic as possible (:pep:`8`).
1313
1414Code should be formatted using `black <https://github.com/psf/black >`_.
1515While not yet mandatory, it will be required in the future (6.0.0+).1
16- Use Black v21.6b1 , with the black.toml config file provided.
16+ Use Black v21.9b0 , with the black.toml config file provided.
1717
1818Code should also pass `flake8 <https://github.com/psf/black >`_ linting
1919and `mypy <http://mypy-lang.org/ >`_ type checking.
Original file line number Diff line number Diff line change 66flake8
77doctest-ignore-unicode==0.1.2
88berkeleydb
9- black==21.6b0
9+ black==21.9b0
1010flake8-black
1111mypy
1212types-setuptools
Original file line number Diff line number Diff line change 1313 "nose==1.3.7" ,
1414 "nose-timer" ,
1515 "coverage" ,
16- "black==21.6b0 " ,
16+ "black==21.9b0 " ,
1717 "flake8" ,
1818 "doctest-ignore-unicode==0.1.2" ,
1919]
You can’t perform that action at this time.
0 commit comments