From f518b0ad12905eac1c69e4791cfc93b1d33933db Mon Sep 17 00:00:00 2001 From: Lenz Fiedler <37868410+RandomDefaultUser@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:09:26 +0200 Subject: [PATCH] Update docs/source/CONTRIBUTE.md Co-authored-by: Steve Schmerler --- docs/source/CONTRIBUTE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/CONTRIBUTE.md b/docs/source/CONTRIBUTE.md index 77cfc5e4b..7465b8b80 100644 --- a/docs/source/CONTRIBUTE.md +++ b/docs/source/CONTRIBUTE.md @@ -94,8 +94,6 @@ the core development team. * MALA uses [`black`](https://github.com/psf/black) for code formatting * The `black` configuration is located in `pyproject.toml` - * For more info on `black` itself, see the respective - [documentation](https://github.com/psf/black) * Currently, no automatic code reformatting will be done in the CI, thus please ensure that your code is properly formatted before creating a pull request