forked from sonic-net/sonic-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flake8
More file actions
17 lines (16 loc) · 627 Bytes
/
Copy path.flake8
File metadata and controls
17 lines (16 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[flake8]
per-file-ignores =
# line too long
tests/macsec/macsec_helper.py: E501
tests/dash/*.py: F405
tests/snappi_tests/dataplane/imports.py: F401
tests/snappi_tests/dataplane/files/helper.py: F405
tests/snappi_tests/dataplane/*.py: F405
tests/snappi_tests/dataplane/*.py: F401
# rocev2 helper re-exports fixtures via `import *`; F405 (name may be undefined
# from star import) is intentional for the test-facing helper surface.
tests/snappi_tests/rocev2/files/helper.py: F405
exclude =
# Generated proto code
tests/gnmi/protos/**/*.py
tests/common/sai_validation/gnmi*.py