mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
remove vcs integration
This commit is contained in:
parent
434c108f74
commit
1a1d850e99
13 changed files with 2 additions and 659 deletions
|
|
@ -59,7 +59,6 @@ accepts as well as what it returns.
|
|||
filepaths = list(copy_indexed_files_to(tempdir, lazy))
|
||||
app.initialize(['.'])
|
||||
app.options.exclude = update_excludes(app.options.exclude, tempdir)
|
||||
app.options._running_from_vcs = True
|
||||
app.run_checks(filepaths)
|
||||
|
||||
app.report_errors()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue