Skip to content

Commit

Permalink
Try skipping certain files with isort (#167)
Browse files Browse the repository at this point in the history
* skip certain isort files

* test on versioneer.py

* test on versioneer.py
  • Loading branch information
jGaboardi authored Jan 14, 2023
1 parent 07a5f4e commit 08756fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ignore =
line-length = 88

[isort]
profile = black
profile = black
skip = docs/conf.py, versioneer.py, mapclassify/_version.py

0 comments on commit 08756fa

Please sign in to comment.