Skip to content

Commit 388a3cb

Browse files
committed
Fix linting session
1 parent dc82dcf commit 388a3cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
include:
2121
- name: "linting"
22-
python: "3.7"
22+
python: "3.11"
2323

2424
steps:
2525
- uses: actions/checkout@v3

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def base_install(session, flask, mongoengine, toolbar, wtf):
4242
return session
4343

4444

45-
@nox.session(python="3.7")
45+
@nox.session(python="3.11")
4646
def lint(session):
4747
"""Run linting check locally."""
4848
session.install("pre-commit")

0 commit comments

Comments
 (0)