Skip to content

Commit

Permalink
resolve conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Oct 1, 2024
1 parent a941460 commit 60c3db0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## ✨ Added

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

## 🔩 Internal

Expand Down
1 change: 1 addition & 0 deletions doc/user_guide/modules/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Modules
:maxdepth: 2

nox
nox_tasks
pre_commit_hooks
sphinx/sphinx

2 changes: 1 addition & 1 deletion exasol/toolbox/nox/_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def security_lint(session: Session) -> None:

@nox.session(name="import-lint", python=False)
def import_lint(session: Session) -> None:
"""Runs the import linter on the project"""
"""Runs import linter on the project"""
parser = argparse.ArgumentParser(
usage="nox -s import-lint -- [options]",
description="Runs the import linter on the project"
Expand Down

0 comments on commit 60c3db0

Please sign in to comment.