mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Stop complaining about PEP8 E265
This commit is contained in:
parent
6e6a8dbebf
commit
238690176f
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,8 @@ disable=R,
|
|||
E8125,
|
||||
E8126,
|
||||
E8127,
|
||||
E8128
|
||||
E8128,
|
||||
E8265
|
||||
|
||||
# Disabled:
|
||||
# R* [refactoring suggestions & reports]
|
||||
|
@ -103,6 +104,7 @@ disable=R,
|
|||
# F0401 (import-error)
|
||||
#
|
||||
# E812* All PEP8 E12*
|
||||
# E8265 PEP8 E265 - block comment should start with "# "
|
||||
# E8501 PEP8 line too long
|
||||
|
||||
[REPORTS]
|
||||
|
|
Loading…
Add table
Reference in a new issue