Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
fairscale
Commits
dc05dd80
Unverified
Commit
dc05dd80
authored
Feb 01, 2021
by
anj-s
Committed by
GitHub
Feb 01, 2021
Browse files
[chore] Fix lint errors that broke master (#348)
authored-by:
Anjali Sridhar
<
anj@devfair0443.h2.fair
>
parent
62e47c85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.pre-commit-config.yaml
.pre-commit-config.yaml
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
.pre-commit-config.yaml
View file @
dc05dd80
...
...
@@ -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
...
...
pyproject.toml
View file @
dc05dd80
...
...
@@ -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"
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment