Skip to content

Commit 7790391

Browse files
author
Jon Wayne Parrott
authored
Install local dependencies when running lint (#4936)
1 parent a942a42 commit 7790391

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-dns

1 file changed

+1
-1
lines changed

packages/google-cloud-dns/nox.py

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

0 commit comments

Comments
 (0)