Skip to content

Commit

Permalink
Update isort configuration to use profile=black (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Sep 18, 2022
1 parent 3e959d1 commit 753fba8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 1 addition & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ max-complexity = 18
select = B,C,E,F,W,T4,B9

[isort]
known_first_party=intake_esm
known_third_party=dask,fastprogress,fsspec,intake,numpy,pandas,pkg_resources,pydantic,pytest,requests,setuptools,tlz,xarray,yaml
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
combine_as_imports=True
line_length=100
profile = black
skip=
docs/source/conf.py
setup.py
Expand Down
6 changes: 5 additions & 1 deletion tests/test_derived.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
import pytest
import xarray as xr

from intake_esm.derived import DerivedVariable, DerivedVariableError, DerivedVariableRegistry
from intake_esm.derived import (
DerivedVariable,
DerivedVariableError,
DerivedVariableRegistry,
)

from .utils import here

Expand Down

0 comments on commit 753fba8

Please # to comment.