Files
rk35xx-android14/external/python/typing/.flake8-tests
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

29 lines
462 B
Plaintext

# This configuration is specific to test_*.py; you need to invoke it
# by specifically naming this config, like this:
#
# $ flake8 --config=.flake8-tests [SOURCES]
#
# This will be possibly merged in the future.
[flake8]
max-line-length = 100
ignore =
# temporary ignores until we sort it out
B017,
E302,
E303,
E306,
E501,
E701,
E704,
F722,
F811,
F821,
F841,
W503,
# irrelevant plugins
B3,
DW12,
# consistency with mypy
W504