summaryrefslogtreecommitdiff
path: root/tests/config/functional/setup_cfg/identical_name_in_flake8/setup.cfg
blob: 51a2c307be1d5727ba2e0a71820ccded0eafee79 (plain)
1
2
3
4
5
6
# Test for the behavior of https://github.com/PyCQA/pylint/issues/4371
[pylint.MAIN]
persistent=no
ignore = migrations
[flake8]
ignore = D107,D400,D401