Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit e7cc6e7

Browse files
author
staticdev
committed
Black formatting
1 parent ae98e44 commit e7cc6e7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

noxfile.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ def lint(session: Session) -> None:
4848
"""Lint using flake8."""
4949
args = session.posargs or locations
5050
install_with_constraints(
51-
session,
52-
"flake8",
53-
"flake8-bandit",
54-
"flake8-black",
55-
"flake8-bugbear",
51+
session, "flake8", "flake8-bandit", "flake8-black", "flake8-bugbear",
5652
)
5753
session.run("flake8", *args)
5854

0 commit comments

Comments
 (0)