Skip to content

Commit ceea378

Browse files
Update docs/contributing/code_style.rst
Co-authored-by: aaron-hopkinson <[email protected]>
1 parent 6c84b6c commit ceea378

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
@@ -56,7 +56,7 @@ All code is automatically checked using pre-commit hooks that verify:
5656

5757
#. Code formatting: Black formatting. Import sorting. Line endings and
5858
trailing whitespace.
59-
#. Code quality: - No debugger statements. - No merge conflicts. - Type
59+
#. Code quality: No debugger statements. No merge conflicts. Type
6060
annotations. - No blanket ``noqa`` statements.
6161
#. Documentation: - Docstring validation. - RST formatting. - Sphinx
6262
linting.

0 commit comments

Comments
 (0)