Skip to content

Commit

Permalink
Merge pull request #26 from chris48s/dependabot/pip/isort-5.0.3
Browse files Browse the repository at this point in the history
Bump isort from 4.3.21 to 5.0.3
  • Loading branch information
chris48s committed Jul 6, 2020
2 parents 22cea61 + 3ab373f commit 7874d98
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .isort.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- poetry install
script:
- coverage run --source=datapackage_to_datasette ./run_tests.py
- isort -rc -c --diff .
- isort --profile black -c --diff .
- flake8 .
- black --check .
- poetry build
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Development Tasks:

* Install dependencies: `poetry install`
* Run the test suite: `./run_tests.py`
* Sort imports: `isort -rc .`
* Sort imports: `isort --profile black .`
* Run lint checks: `flake8 .`
* Auto-format: `black .`
16 changes: 7 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sqlalchemy = "^1.3.0"
deepmerge = "==0.1.0"

[tool.poetry.dev-dependencies]
isort = "^4.3"
isort = "^5.0"
flake8 = "^3.8.3"
black = { version = "==19.10b0", allow-prereleases = true }
coveralls = "^2.0.0"
Expand Down

0 comments on commit 7874d98

Please sign in to comment.