Skip to content

Commit

Permalink
Add: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 authored and greenbonebot committed Jul 31, 2024
1 parent 2c7fe37 commit a9c2180
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion autohooks/plugins/isort/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ def temp_directory(
temp_dir.cleanup()
else:
temp_dir.cleanup()

2 changes: 1 addition & 1 deletion autohooks/plugins/isort/isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

DEFAULT_INCLUDE = ("*.py",)
DEFAULT_ARGUMENTS = ("-q",)
CONTENT="""
CONTENT = """
# pylint: disable-all
from io import StringIO, BytesIO, FileIO # pylint: disable=unused-import
import sys
Expand Down

0 comments on commit a9c2180

Please sign in to comment.