Skip to content

Commit 99ab21b

Browse files
author
Jon Wayne Parrott
authored
Install local dependencies when running lint (#4936)
1 parent 5f48dd2 commit 99ab21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def lint(session):
7575
serious code quality issues.
7676
"""
7777
session.interpreter = 'python3.6'
78-
session.install('flake8')
78+
session.install('flake8', *LOCAL_DEPS)
7979
session.install('.')
8080
session.run('flake8', 'google', 'tests')
8181

0 commit comments

Comments
 (0)