mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 12:36:54 +00:00
parent
20c619f649
commit
f4a91f938f
1 changed files with 5 additions and 0 deletions
|
|
@ -89,4 +89,9 @@ class Flake8(setuptools.Command):
|
|||
def run(self):
|
||||
"""Run the Flake8 application."""
|
||||
self.flake8.run_checks(list(self.distribution_files()))
|
||||
self.flake8.formatter.start()
|
||||
self.flake8.report_errors()
|
||||
self.flake8.report_statistics()
|
||||
self.flake8.report_benchmarks()
|
||||
self.flake8.formatter.stop()
|
||||
self.flake8.exit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue