Skip to content

Commit

Permalink
Fix linting session
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Aug 11, 2023
1 parent dc82dcf commit 388a3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
include:
- name: "linting"
python: "3.7"
python: "3.11"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def base_install(session, flask, mongoengine, toolbar, wtf):
return session


@nox.session(python="3.7")
@nox.session(python="3.11")
def lint(session):
"""Run linting check locally."""
session.install("pre-commit")
Expand Down

0 comments on commit 388a3cb

Please sign in to comment.