doc: add black invocation line to README

This commit is contained in:
Frédéric Péters 2020-03-11 12:44:28 +01:00
parent 6fbe1e85cc
commit 3e47c5d63f
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -29,6 +29,12 @@ local_settings.py file set in the same directory, or by a file referenced
in the CHRONO_SETTINGS_FILE environment variable.
Code Style
----------
black --target-version py35 --skip-string-normalization --line-length 110
Tests
-----