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 9d1b435 commit d7a449cCopy full SHA for d7a449c
exasol/toolbox/nox/_lint.py
@@ -83,8 +83,7 @@ def import_lint(session: Session) -> None:
83
84
args: argparse.Namespace = parser.parse_args(args=session.posargs)
85
file: str = args.config
86
- print(f"-{file}-")
87
- path: Path
+ path: Path | None = None
88
if file is None:
89
path = getattr(PROJECT_CONFIG, "importlinter", Path(".importlinter"))
90
else:
0 commit comments