We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515bf25 commit 4eaac00Copy full SHA for 4eaac00
docs/contributing/code_style.rst
@@ -54,7 +54,7 @@ We use ``ruff`` for code linting, which checks for:
54
55
All code is automatically checked using pre-commit hooks that verify:
56
57
-#. Code formatting: - Black formatting. - Import sorting. - Line endings
+#. Code formatting: Black formatting. Import sorting. Line endings
58
and trailing whitespace.
59
#. Code quality: - No debugger statements. - No merge conflicts. - Type
60
annotations. - No blanket ``noqa`` statements.
0 commit comments