Skip to content

Commit

Permalink
Merge pull request #33 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 50ecf39 + 56b4252 commit 62862f7
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
Expand Up @@ -12,7 +12,7 @@ install:
- poetry install
script:
- coverage run --source=geometry_to_spatialite ./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
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
Expand Up @@ -15,7 +15,7 @@ Shapely = "^1.6.4"
pyshp = "^2.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 62862f7

Please sign in to comment.