diff options
| author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-10-17 21:23:14 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-17 21:23:14 +1000 |
| commit | 735ecb99b6def1f0dd7aa480e3a81334ae740a0f (patch) | |
| tree | ce1a92c82c735479ce89ba3258a866d998e286c9 /docs/developers.rst | |
| parent | 9a9ca7c37d936d7ae00134226a8d249d6a97fed7 (diff) | |
| parent | 49462fddad2bd2ff148134b49241e1c9d5a8e09f (diff) | |
| download | rdflib-ttl2.tar.gz | |
Merge branch 'master' into ttl2ttl2
Diffstat (limited to 'docs/developers.rst')
| -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. |
