Skip to content

Commit

Permalink
adds black profile to isort in setup.cfg so your isort can pick it up
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Dec 4, 2024
1 parent 18d2d2f commit d37dd1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ max-line-length = 120
[flake8]
max-line-length = 120
exclude = cmip6-cmor-tables/CMIP6_CVs/src
[isort]
profile = black

0 comments on commit d37dd1e

Please sign in to comment.