Skip to content

Commit

Permalink
Add isort to flake8 linting (#10)
Browse files Browse the repository at this point in the history
(DIS-1789)
  • Loading branch information
pyrco authored Feb 7, 2023
1 parent 5655fd1 commit e633574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions dissect/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
NoCellData,
NoWriteAheadLog,
)
from dissect.sql.sqlite3 import SQLite3, WAL

from dissect.sql.sqlite3 import WAL, SQLite3

__all__ = [
"SQLite3",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ deps =
black==23.1.0
flake8
flake8-black
flake8-isort
vermin
commands =
flake8 dissect tests setup.py
Expand Down

0 comments on commit e633574

Please sign in to comment.