diff options
| author | Ashley Sommer <ashleysommer@gmail.com> | 2021-10-11 10:44:51 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 10:44:51 +1000 |
| commit | 93ea6e44f4ee0f75739dff6ce8788e4beee9fa9e (patch) | |
| tree | c84f057c76eee8e37c3595795b9342f88b497e36 /docs | |
| parent | ccb6ed09e12a4f160cdd1b6119b744f54d28c4ea (diff) | |
| download | rdflib-93ea6e44f4ee0f75739dff6ce8788e4beee9fa9e.tar.gz | |
Update black to latest version, to avoid a bug that was in 21.6b0 and 21.7b0 releases. (#1434)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/developers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developers.rst b/docs/developers.rst index fed80505..27dcb1ff 100644 --- a/docs/developers.rst +++ b/docs/developers.rst @@ -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. |
