Skip to content

Commit

Permalink
do not join lint filenames (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Oct 2, 2024
1 parent 60a6d02 commit 7398bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import nox

LINT_FILES = [" ".join(glob.glob("*.py"))]
LINT_FILES = glob.glob("*.py")

requirements_directory = Path("requirements")

Expand Down

0 comments on commit 7398bc4

Please sign in to comment.