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 21a7b2a commit 037bffbCopy full SHA for 037bffb
exasol/toolbox/nox/_lint.py
@@ -148,7 +148,7 @@ def type_check(session: Session) -> None:
148
def security_lint(session: Session) -> None:
149
"""Runs the security linter on the project"""
150
py_files = [f"{file}" for file in python_files(PROJECT_CONFIG.root)]
151
- _security_lint(session, list(filter(lambda file: "test" not in file, py_files)))
+ _security_lint(session, py_files)
152
153
154
@nox.session(name="lint:dependencies", python=False)
0 commit comments