Unverified Commit dc05dd80 authored by anj-s's avatar anj-s Committed by GitHub
Browse files

[chore] Fix lint errors that broke master (#348)


authored-by: default avatarAnjali Sridhar <anj@devfair0443.h2.fair>
parent 62e47c85
......@@ -20,7 +20,7 @@ repos:
rev: 19.10b0
hooks:
- id: black
language_version: python3.6
language_version: python3.7
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
......
......@@ -28,4 +28,4 @@ use_parentheses = true
skip_glob = ["build/*", "stubs/*"]
# Don't split "import" and "from".
force_sort_within_sections = true
known_third_party = ["benchmark_dataset", "dataclasses", "datasets", "golden_configs", "helpers", "models", "numpy", "pytest", "recommonmark", "setuptools", "torch", "torch_pg", "torchtext", "torchvision"]
known_third_party = ["benchmark_dataset", "datasets", "golden_configs", "helpers", "models", "numpy", "pytest", "recommonmark", "setuptools", "torch", "torch_pg", "torchtext", "torchvision"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment