Skip to content

Commit 7d15b26

Browse files
author
Jon Wayne Parrott
authored
Re-enable lint for tests, remove usage of pylint (#4921)
1 parent d5ffe11 commit 7d15b26

File tree

1 file changed

+1
-2
lines changed
  • packages/google-cloud-core

1 file changed

+1
-2
lines changed

packages/google-cloud-core/nox.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ def lint(session):
7979
serious code quality issues.
8080
"""
8181
session.interpreter = 'python3.6'
82-
session.install(
83-
'flake8', 'flake8-import-order', *LOCAL_DEPS)
82+
session.install('flake8', 'flake8-import-order')
8483
session.install('.')
8584
session.run('flake8', 'google', 'tests')
8685

0 commit comments

Comments
 (0)