diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-05-04 18:14:58 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-05-04 18:14:58 +0100 |
commit | 627072af23b1dc621d0ed26e9425b33ef2bd46ea (patch) | |
tree | 47d16ad1511a0f67852e708c577a9f0af547958b | |
parent | 6c6f3ba039437657865ac59b319a1aecdef6b0a7 (diff) | |
download | ubox-msx-lib-627072af23b1dc621d0ed26e9425b33ef2bd46ea.tar.gz ubox-msx-lib-627072af23b1dc621d0ed26e9425b33ef2bd46ea.zip |
Not using CI now
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -134,9 +134,10 @@ Some advice if you want to make a successful contribution: ### Formatting This project uses [Black](https://github.com/psf/black) to format the Python -code, and this is checked in CI. +code. -Before submitting any code to review, ensure you have installed Black 22.1.0 and run: +Before submitting any code to review, ensure you have installed Black 22.1.0 (or later) +and run: black . |