Skip to content

Commit

Permalink
fix: docs corrected message abotu ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 8, 2024
1 parent cf9a8da commit 3e55894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/usage/good_coding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ by automated tools such as `Cocogitto-bot <https://github.com/apps/cocogitto-bot

Code Style / Formatting
-----------------------
For Python, we obey the default settings of `ruff <https://docs.astral.sh/ruff/>`_` for formatting
and linting. Ruff checks are something like the combination of several Python linters
(Flake8, isort, pydocstyle etc.) and the black formatter.
For Python, we use `ruff <https://docs.astral.sh/ruff/>`_` for formatting and linting. Ruff checks
are something like the combination of several Python linters (Flake8, isort, pydocstyle etc.) and
the black formatter. We obey the default settings of ruff except we ignore E402 errors.

For C++ we obey the Google C++ Style Guide with:
| IndentWidth: 2
Expand Down

0 comments on commit 3e55894

Please sign in to comment.