Skip to content

Commit 2c31fe1

Browse files
flake8: ignore rule in configuration template
Ignore all cases of E265 block comment should start with '# ' in documentation configuration template. Part of #270
1 parent aaba232 commit 2c31fe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
serve to show the default.
1212
"""
1313
# pylint: disable=invalid-name,redefined-builtin,duplicate-code
14+
# flake8: noqa: E265
1415

1516
import tarantool
1617

0 commit comments

Comments
 (0)