Skip to content

Commit

Permalink
Update exasol/toolbox/nox/_lint.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Coretti <[email protected]>
  • Loading branch information
ckunki and Nicoretti authored Sep 23, 2024
1 parent acb07bd commit b28e378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/toolbox/nox/_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def type_check(session: Session) -> None:
_type_check(session, py_files)


@nox.session(name="security-check", python=False)
@nox.session(name="security", python=False)
def security_lint(session: Session) -> None:
"""runs the security linter bandit on the project without the test files"""
py_files = [f"{file}" for file in python_files(PROJECT_CONFIG.root)]
Expand Down

0 comments on commit b28e378

Please sign in to comment.