Skip to content

Commit c77e79b

Browse files
committed
try: updating python version for linting
1 parent 76adfe1 commit c77e79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile-template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _determine_local_import_names(start_dir: str) -> list[str]:
146146
]
147147

148148

149-
@nox.session
149+
@nox.session(python="3.10")
150150
def lint(session: nox.sessions.Session) -> None:
151151

152152
print("✨ Original noxfile")

0 commit comments

Comments
 (0)