Skip to content

Commit

Permalink
skip interrogate from automated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yarnabrina committed Oct 8, 2023
1 parent 5f896f4 commit c1d7f26
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,20 +157,6 @@ def flake8(session: nox.Session) -> None:
)


@LINT_SESSION_DECORATOR
def interrogate(session: nox.Session) -> None:
"""Run interrogate.
Parameters
----------
session : nox.Session
nox Session object
"""
session.install("interrogate")

session.run("interrogate", str(SOURCE_DIRECTORY))


@FORMAT_SESSION_DECORATOR
def isort(session: nox.Session) -> None:
"""Run isort.
Expand Down

0 comments on commit c1d7f26

Please sign in to comment.