Skip to content

Commit 3f8b677

Browse files
committed
Remove code style section from CONTRIBUTING.md
The section describing the use of Black for code formatting has been removed from the contributing guidelines. Contributors are no longer instructed to format code with Black before submitting pull requests.
1 parent ff0a794 commit 3f8b677

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ source env/bin/activate # On Windows: env\Scripts\activate
1919
pip install -e ".[dev]"
2020
```
2121

22-
## Code Style
23-
24-
We follow the [Black](https://black.readthedocs.io/) code style. Please format your code before submitting a pull request:
25-
26-
```bash
27-
black openevolve tests examples
28-
```
29-
3022
## Pull Request Process
3123

3224
1. Create a new branch for your feature or bugfix: `git checkout -b feat-your-feature-name`

0 commit comments

Comments
 (0)