entry_points.txt 422 B

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