File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ Thank you for your interest in contributing to `meson-python`!
882 . ** Install Ninja** either using your system package manager (preferred) or via ` pip install ninja ` .
993 . ** 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.
You can’t perform that action at this time.
0 commit comments