Skip to content

Commit

Permalink
Merge 63bb561 into a451270
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jun 30, 2018
2 parents a451270 + 63bb561 commit 6a020cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build
Expand Up @@ -17,7 +17,7 @@ coverage run \
-m unittest discover

# Check that source has correct formatting.
yapf --diff --recursive --style google ./ --exclude=./third_party/*
yapf --diff --recursive --style google ./ --exclude=third_party/*

# Run static analysis for Python bugs/cruft.
pyflakes processor/*.py tests/*.py
Expand Down
4 changes: 2 additions & 2 deletions dev_requirements.txt
@@ -1,8 +1,8 @@
# pylint versions prior to 1.5.0 require this specific version of astroid.
astroid==1.3.8
mock
pyflakes==1.6.0
pyflakes==2.0.0
# We use pylint exclusively to run the DocStringChecker linter and that linter
# expects pre-1.5.0 pylint syntax.
pylint==1.4.4
yapf==0.17.0
yapf==0.22.0

0 comments on commit 6a020cc

Please sign in to comment.