Mercurial > piecrust2
annotate setup.cfg @ 1112:a3dec0fbd9ce
bake: Fix bug on Windows where shim scripts of NodeJS tools couldn't run.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 20 Feb 2018 22:15:57 -0800 |
parents | 3f3e24d81936 |
children |
rev | line source |
---|---|
843
3f3e24d81936
cm: Add setup.cfg file for flake8.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 [flake8] |
3f3e24d81936
cm: Add setup.cfg file for flake8.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 ignore=W391 |
3f3e24d81936
cm: Add setup.cfg file for flake8.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |