Skip to content

Commit

Permalink
LNT: Use black isort profile and remove seed-isort-config (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Nov 24, 2020
1 parent e70c93e commit a402f1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[settings]
line_length=88
multi_line_output=3
known_third_party=affine,dask,mock,numpy,pyproj,pytest,rasterio,scipy,setuptools,xarray
known_first_party=rioxarray,test
include_trailing_comma=true
profile=black
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ repos:
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort
rev: 5.5.1
hooks:
Expand Down

0 comments on commit a402f1d

Please sign in to comment.