mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
BUG: fix flake8 --diff
This commit is contained in:
parent
f70ae10c2b
commit
763f68b623
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ class StyleGuideManager(object):
|
|||
:param dict diffinfo:
|
||||
Dictionary mapping filenames to sets of line number ranges.
|
||||
"""
|
||||
for guide in self.style_guides.values():
|
||||
for guide in self.style_guides:
|
||||
guide.add_diff_ranges(diffinfo)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue