Skip to content

Commit 69c8037

Browse files
resolve conversation
1 parent 80ee551 commit 69c8037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/nox/_lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def security_lint(session: Session) -> None:
9999

100100
@nox.session(name="import-lint", python=False)
101101
def import_lint(session: Session) -> None:
102-
"""Runs import linter on the project"""
102+
"""(experimental) Runs import linter on the project"""
103103
parser = argparse.ArgumentParser(
104104
usage="nox -s import-lint -- [options]",
105105
description="Runs the import linter on the project"

0 commit comments

Comments
 (0)