Skip to content

Commit 79f56c4

Browse files
authored
Merge pull request #19 from rayokota/fix-nox
Fix nox installation
2 parents cd72b0c + c8ed0b6 commit 79f56c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
nox.options.sessions = ["lint"]
1717

1818
# Define the minimal nox version required to run
19-
nox.options.needs_version = ">= 2024.3.2"
19+
nox.needs_version = ">= 2024.3.2"
2020

2121

2222
@nox.session

0 commit comments

Comments
 (0)