]>
Commit | Line | Data |
---|---|---|
1 | [console_scripts] | |
2 | flake8 = flake8.main.cli:main | |
3 | ||
4 | [flake8.extension] | |
5 | E = flake8.plugins.pycodestyle:pycodestyle_logical | |
6 | F = flake8.plugins.pyflakes:FlakesChecker | |
7 | W = flake8.plugins.pycodestyle:pycodestyle_physical | |
8 | ||
9 | [flake8.report] | |
10 | default = flake8.formatting.default:Default | |
11 | pylint = flake8.formatting.default:Pylint | |
12 | quiet-filename = flake8.formatting.default:FilenameOnly | |
13 | quiet-nothing = flake8.formatting.default:Nothing |