소스 검색

Add isort to pyproject.toml

kaliko 9 달 전
부모
커밋
33b1101ce1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      pyproject.toml

+ 6 - 0
pyproject.toml

@@ -50,3 +50,9 @@ skip-string-normalization = true
 [tool.pytest.ini_options]
 testpaths = "tests"
 addopts = "--cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end"
+
+[tool.isort]
+profile = "black"
+known_first_party = "borgmatic"
+line_length = 100
+skip = ".tox"