Commit 10e117a0 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move unimport config to pyproject.toml

parent 29da217c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ repos:
  rev: 0.2.7
  hooks:
  - id: unimport
    args: ["--remove", "--exclude=__init__.py"]
    args: [--remove]

- repo: https://github.com/timothycrosley/isort
  rev: 5.6.4
+4 −0
Original line number Diff line number Diff line
@@ -28,3 +28,7 @@ check-for-squash = "hooks.squash:main"

[tool.isort]
force_single_line = true

[tool.unimport]
exclude = "__init__.py"
remove = true