Skip to content

Commit

Permalink
Update black to latest version, to avoid a bug that was in 21.6b0 and…
Browse files Browse the repository at this point in the history
… 21.7b0 releases. (RDFLib#1434)
  • Loading branch information
ashleysommer authored Oct 11, 2021
1 parent ccb6ed0 commit 93ea6e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 93ea6e4

Please sign in to comment.