Skip to content

Commit

Permalink
use correct python version for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Nov 16, 2023
1 parent 1f90fbb commit dc818d1
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 @@ -285,7 +285,7 @@ def docfx(session):
)


@nox.session(python="3.9")
@nox.session(python="3.8")
def lint(session):
"""Run linters.
Expand Down

0 comments on commit dc818d1

Please sign in to comment.