Skip to content

Commit 4eaac00

Browse files
Update docs/contributing/code_style.rst
Co-authored-by: aaron-hopkinson <[email protected]>
1 parent 515bf25 commit 4eaac00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/code_style.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We use ``ruff`` for code linting, which checks for:
5454

5555
All code is automatically checked using pre-commit hooks that verify:
5656

57-
#. Code formatting: - Black formatting. - Import sorting. - Line endings
57+
#. Code formatting: Black formatting. Import sorting. Line endings
5858
and trailing whitespace.
5959
#. Code quality: - No debugger statements. - No merge conflicts. - Type
6060
annotations. - No blanket ``noqa`` statements.

0 commit comments

Comments
 (0)