Skip to content

Commit

Permalink
update isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jul 6, 2020
1 parent 230855f commit 56b4252
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 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 .`

0 comments on commit 56b4252

Please sign in to comment.