Skip to content

Commit

Permalink
Remove docs from flake8 (#446)
Browse files Browse the repository at this point in the history
Summary:
In release branch, due to my PR #444. The lint CI is broken because I remove getting version from `torchdata` and `torchdata` is imported but not used in docs anymore.

I don't want to add more burden for ppl whoever takes in charge of release engineering in the future. I believe it's not necessary to check flake8 for docs folder.

Pull Request resolved: #446

Reviewed By: NivekT

Differential Revision: D36610568

Pulled By: ejguan

fbshipit-source-id: 3b690a9dcdd5c3c6f32a5e0aa58fa60b75dc1140
  • Loading branch information
ejguan authored and facebook-github-bot committed May 24, 2022
1 parent f1b6197 commit 13b574c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ exclude =
./third_party,
*.pyi,
./examples/text/utils.py, # Copy from TorchText
docs/source/conf.py,

0 comments on commit 13b574c

Please sign in to comment.