Skip to content

Commit

Permalink
build: update to isort 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Aug 7, 2023
1 parent c97252c commit 3c3f4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
known_first_party=sqlalchemy_searchable,tests
line_length=79
multi_line_output=3
not_skip=__init__.py
order_by_type=false
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps=
psycopg2>=2.4.6; platform_python_implementation == 'CPython'
sqla1.4: SQLAlchemy>=1.4,<1.5
lint: flake8
lint: isort>=4.0,<5.0
lint: isort>=5.0,<6.0
passenv =
SQLALCHEMY_SEARCHABLE_TEST_USER
SQLALCHEMY_SEARCHABLE_TEST_PASSWORD
Expand All @@ -17,5 +17,5 @@ commands=py.test {posargs}

[testenv:lint]
commands =
isort --recursive --check-only --diff sqlalchemy_searchable tests
isort --check-only --diff sqlalchemy_searchable tests
flake8 sqlalchemy_searchable tests

0 comments on commit 3c3f4dd

Please sign in to comment.