Skip to content

Commit 3a5a8b4

Browse files
committed
Clarify pyproject.toml
1 parent 733eac8 commit 3a5a8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ It will attempt to run the tests against all of the Python versions we support.
7979

8080
### Python code style
8181

82-
Python code within ProperDocs' code base is formatted using [Ruff](https://docs.astral.sh/ruff/), all of which are configured in [`pyproject.toml`](https://github.com/ProperDocs/properdocs/blob/master/pyproject.toml).
82+
Python code within ProperDocs' code base is formatted using [Ruff](https://docs.astral.sh/ruff/), and all style settings are configured near the bottom of [`pyproject.toml`](https://github.com/ProperDocs/properdocs/blob/master/pyproject.toml).
8383

8484
You can automatically check and format the code according to these tools with the following command:
8585

0 commit comments

Comments
 (0)