Skip to content

Commit

Permalink
I think maybe I need to branch out from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex committed Nov 15, 2024
1 parent 4e548b7 commit c54ebc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import nox
from nox_poetry import session

@nox.session
@session(python=["3.10", "3.11", "3.12"])
def tests(session):
session.install('pytest')
session.install('.[dev]')
session.run('pytest')

@nox.session
@session
def lint(session):
session.install('flake8')
session.run('flake8', '--import-order-style', 'google')

0 comments on commit c54ebc8

Please sign in to comment.