mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
fix _backend files not getting format checked
This commit is contained in:
parent
ea31e8ca3e
commit
c7f92f0737
1 changed files with 3 additions and 1 deletions
|
@ -94,7 +94,9 @@ py_wheel(
|
|||
|
||||
filegroup(
|
||||
name = "py_source_files",
|
||||
srcs = _py_srcs,
|
||||
srcs = _py_srcs + [
|
||||
"//pylib/anki/_backend:py_source_files",
|
||||
],
|
||||
visibility = [
|
||||
"//pylib:__subpackages__",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue