Skip to content

Commit

Permalink
Fixed #265
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbolster committed Apr 6, 2022
1 parent a21b680 commit ac86414
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 @@ -89,7 +89,7 @@ def precommit(session: Session) -> None:
"""Lint using pre-commit."""
args = session.posargs or ["run", "--all-files", "--show-diff-on-failure"]
session.install(
"black",
"black>=22.3.0",
"darglint",
"flake8",
"flake8-bandit",
Expand Down

0 comments on commit ac86414

Please sign in to comment.