mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-21 15:17:22 -06:00
style: silence pygrep-hooks warnings
PGH004 Use specific rule codes when using `noqa`
This commit is contained in:
parent
329500a1bc
commit
024b5367b6
@ -7,7 +7,7 @@ from unittest.mock import MagicMock
|
||||
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
from yamllint import __copyright__, APP_NAME, APP_VERSION # noqa
|
||||
from yamllint import __copyright__, APP_NAME, APP_VERSION # noqa: I001, E402
|
||||
|
||||
# -- General configuration ------------------------------------------------
|
||||
|
||||
|
@ -192,7 +192,7 @@ class IndentationStackTestCase(RuleTestCase):
|
||||
'BMapStart B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2\n'
|
||||
' Key B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2\n'
|
||||
' Scalar B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2\n'
|
||||
' Value B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2 VAL:4\n' # noqa
|
||||
' Value B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2 VAL:4\n'
|
||||
' Scalar B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2\n'
|
||||
' BEnd B_MAP:0\n'
|
||||
# missing BEnd here
|
||||
|
Loading…
Reference in New Issue
Block a user