Skip to content

Commit 1d07059

Browse files
authored
Merge pull request #280 from hugovk/rm-setup
2 parents d7022cc + 6f5bb89 commit 1d07059

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg renamed to .flake8

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[flake8]
22
max-line-length = 88
33
extend-ignore = E203
4-
5-
[isort]
6-
profile = black

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ version-strings = ["pytest_sugar.py"]
4747
tag-prefix = "v"
4848
build-system = "setuptools"
4949

50+
[tool.isort]
51+
profile = "black"
52+
5053
[build-system]
5154
requires = ["setuptools >= 40.6.0", "wheel"]

0 commit comments

Comments
 (0)