Skip to content

Commit

Permalink
Enable G004 lint check (pytorch#98843)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
Pull Request resolved: pytorch#98843
Approved by: https://github.com/janeyx99, https://github.com/malfet
  • Loading branch information
ezyang authored and pytorchmergebot committed Apr 11, 2023
1 parent 1568695 commit 97a756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ignore =
# these ignores are from flake8-comprehensions; please fix!
C407
# these ignores are from flake8-logging-format; please fix!
G004,G100,G101,G200,G201,G202
G100,G101,G200,G201,G202
# these ignores are from flake8-simplify. please fix or ignore with commented reason
SIM105,SIM108,SIM109,SIM110,SIM111,SIM113,SIM114,SIM115,SIM116,SIM117,SIM118,SIM119,SIM12,
# flake8-simplify code styles
Expand Down

0 comments on commit 97a756f

Please sign in to comment.