Skip to content

Commit f40eb45

Browse files
committed
Fix linting for docs/conf.py
1 parent 64cb1a7 commit f40eb45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ per-file-ignores."cmd2/__init__.py" = [
156156
"F401", # Unused import
157157
]
158158

159+
per-file-ignores."docs/conf.py" = [
160+
"F401", # Unused import
161+
]
162+
159163
per-file-ignores."examples/override_parser.py" = [
160164
"E402", # Module level import not at top of file
161165
]

0 commit comments

Comments
 (0)