Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading pyproject.toml +4 −0 Original line number Diff line number Diff line Loading @@ -28,3 +28,7 @@ check-for-squash = "hooks.squash:main" [tool.isort] force_single_line = true [tool.unimport] exclude = "__init__.py" remove = true Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pyproject.toml +4 −0 Original line number Diff line number Diff line Loading @@ -28,3 +28,7 @@ check-for-squash = "hooks.squash:main" [tool.isort] force_single_line = true [tool.unimport] exclude = "__init__.py" remove = true