Skip to content

Commit

Permalink
chore: increase verbosity of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Sep 15, 2023
1 parent 855c1d0 commit 1f88ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run(self):
except isort.exceptions.FileSkipped:
pass
except isort.exceptions.ISortError as e:
warnings.warn(e)
warnings.warn(e, stacklevel=2)
if isort_changed:
outlines = output_stream.getvalue()
diff_delta = ''.join(
Expand Down

0 comments on commit 1f88ff3

Please # to comment.