Skip to content

Commit

Permalink
Fix linting for docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Oct 22, 2024
1 parent 64cb1a7 commit f40eb45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ per-file-ignores."cmd2/__init__.py" = [
"F401", # Unused import
]

per-file-ignores."docs/conf.py" = [
"F401", # Unused import
]

per-file-ignores."examples/override_parser.py" = [
"E402", # Module level import not at top of file
]
Expand Down

0 comments on commit f40eb45

Please sign in to comment.