Preserve picked patch name when possible
[stgit.git] / setup.cfg
blob3142082918d64cc87225006390517466be4b866f
1 [flake8]
2 max_line_length = 88
3 ignore = E203, E501, W503
4 exclude =
5   .git
6   .tox
7   .eggs
8   *.egg
9   build
10   dist
11   t/trash
12   __pycache__
13   *.pyc
14   .*/
16 [isort]
17 profile = black
18 skip_glob=.*