Skip to content

Commit 7d24011

Browse files
authored
[rllib] apply buildifier to build file (#51773)
easier to add / remove tags Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent b32c5b8 commit 7d24011

File tree

2 files changed

+3013
-774
lines changed

2 files changed

+3013
-774
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ repos:
5858
rev: 8.0.1
5959
hooks:
6060
- id: buildifier
61-
files: ^(src|cpp|python)(/[^/]+)*/BUILD$
61+
files: ^(src|cpp|python|rllib)(/[^/]+)*/BUILD$
6262
- id: buildifier-lint
63-
files: ^(src|cpp|python)(/[^/]+)*/BUILD$
63+
files: ^(src|cpp|python|rllib)(/[^/]+)*/BUILD$
6464

6565
- repo: https://github.com/psf/black
6666
rev: 22.10.0

0 commit comments

Comments
 (0)