You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ It will attempt to run the tests against all of the Python versions we support.
79
79
80
80
### Python code style
81
81
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).
83
83
84
84
You can automatically check and format the code according to these tools with the following command:
0 commit comments