Skip to content

Commit

Permalink
Ignore E731 in worker_set.py and sampler.py (ray-project#21320)
Browse files Browse the repository at this point in the history
  • Loading branch information
bveeramani authored Jan 2, 2022
1 parent 340fbf5 commit 416bce6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ ignore =
B016
B017
avoid-escape = no
# Error E731 is ignored because of the migration from YAPF to Black.
# See https://github.com/ray-project/ray/issues/21315 for more information.
per-file-ignores =
rllib/evaluation/worker_set.py:E731
rllib/evaluation/sampler.py:E731

0 comments on commit 416bce6

Please sign in to comment.