We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8335534 commit e9f409bCopy full SHA for e9f409b
tools/lint
@@ -28,6 +28,9 @@ def run() -> None:
28
description="Standard Python linter (config: .flake8)")
29
linter_config.external_linter('gitlint', ['tools/lint-commits'],
30
description="Git Lint for commit messages")
31
+ linter_config.external_linter("isort", ["isort"], ["py"],
32
+ description="Sorts Python import statements",
33
+ check_arg=["--check-only", "--diff"])
34
35
@linter_config.lint
36
def custom_py() -> int:
0 commit comments