Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion black.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
required-version = "21.6b0"
required-version = "21.9b0"
line-length = "88"
skip-string-normalization = true
target-version = ['py37']
Expand Down
2 changes: 1 addition & 1 deletion docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please be as Pythonic as possible (:pep:`8`).

Code should be formatted using `black <https://github.com/psf/black>`_.
While not yet mandatory, it will be required in the future (6.0.0+).1
Use Black v21.6b1, with the black.toml config file provided.
Use Black v21.9b0, with the black.toml config file provided.

Code should also pass `flake8 <https://github.com/psf/black>`_ linting
and `mypy <http://mypy-lang.org/>`_ type checking.
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coverage
flake8
doctest-ignore-unicode==0.1.2
berkeleydb
black==21.6b0
black==21.9b0
flake8-black
mypy
types-setuptools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nose==1.3.7",
"nose-timer",
"coverage",
"black==21.6b0",
"black==21.9b0",
"flake8",
"doctest-ignore-unicode==0.1.2",
]
Expand Down