From 627072af23b1dc621d0ed26e9425b33ef2bd46ea Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 4 May 2024 18:14:58 +0100 Subject: Not using CI now --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index aa26884..500109e 100644 --- a/README.md +++ b/README.md @@ -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 . -- cgit v1.2.3