mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -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(
|
filegroup(
|
||||||
name = "py_source_files",
|
name = "py_source_files",
|
||||||
srcs = _py_srcs,
|
srcs = _py_srcs + [
|
||||||
|
"//pylib/anki/_backend:py_source_files",
|
||||||
|
],
|
||||||
visibility = [
|
visibility = [
|
||||||
"//pylib:__subpackages__",
|
"//pylib:__subpackages__",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue