Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 78478ac

Browse files
committed
Add pyupgrade to nox session
1 parent c1c416c commit 78478ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def precommit(session: Session) -> None:
9696
"pep8-naming",
9797
"pre-commit",
9898
"pre-commit-hooks",
99+
"pyupgrade",
99100
"reorder-python-imports",
100101
)
101102
session.run("pre-commit", *args)

0 commit comments

Comments
 (0)