Skip to content

Commit 356a604

Browse files
authored
Fix linter
1 parent 48dacf1 commit 356a604

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Thank you for your interest in contributing to `meson-python`!
88
2. **Install Ninja** either using your system package manager (preferred) or via `pip install ninja`.
99
3. **Setup development environment** using `pip install -e .[test]`.
1010
This will install as well all necessary dependencies for development and testing.
11-
11+
1212
It is recommended to use a virtual environment to avoid conflicts with system packages.
13-
4. **Make your changes** and add tests if applicable.
14-
5. **Run the test suite** to ensure all tests pass: `pytest` from the project root.
15-
6. **Submit a pull request** with a clear description of your changes.
13+
5. **Make your changes** and add tests if applicable.
14+
6. **Run the test suite** to ensure all tests pass: `pytest` from the project root.
15+
7. **Submit a pull request** with a clear description of your changes.
1616

1717
## Code Style
1818
- Follow the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide, but with a line length of 127 characters.

0 commit comments

Comments
 (0)