Skip to content

Commit 60c3db0

Browse files
resolve conversation
1 parent a941460 commit 60c3db0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/changes/unreleased.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## ✨ Added
44

55
* Added cookiecutter-template for creating new project
6-
* #149: Added import linter and nox task for it
6+
* #149: Added nox task to lint imports
77

88
## 🔩 Internal
99

doc/user_guide/modules/modules.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Modules
55
:maxdepth: 2
66

77
nox
8+
nox_tasks
89
pre_commit_hooks
910
sphinx/sphinx
1011

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 the import linter on the project"""
102+
"""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)