Skip to content

Commit

Permalink
Presubmit lint fixes (commaai#157)
Browse files Browse the repository at this point in the history
* Laika import lint errors
* Unused variable lint error
* Fix flake8 presubmit by adding backport dep to Pipfile
  • Loading branch information
DavidWAbrahams authored Apr 24, 2020
1 parent f92fbc0 commit e7d035b
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 275 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ opencv-python= "==3.4.2.17"
PyQt5 = "*"
ipython = "*"
networkx = "==2.3"
azure-core = "==1.1.1"
azure-core = "*"
azure-common = "==1.1.24"
azure-nspkg = "==3.0.2"
azure-storage-blob = "==2.1.0"
Expand Down Expand Up @@ -125,6 +125,7 @@ pycryptodome = "*"
pillow = "*"
scons = "*"
cysignals = "*"
backports-datetime-fromisoformat = "*"

[requires]
python_version = "3.7.3"
Loading

0 comments on commit e7d035b

Please sign in to comment.