Skip to content

Commit

Permalink
Revert "Remove devtools folder (#895)"
Browse files Browse the repository at this point in the history
This reverts commit 192598f.
  • Loading branch information
alexv-smirnov authored Jan 10, 2024
1 parent 294aa9e commit 4624438
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/check_dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare -A top_dirs=(
[scripts/]=1,
[yt/]=1,
[vendor/]=1,
[devtools/]=1,
)

cd $GIT_URL
Expand Down
1 change: 1 addition & 0 deletions devtools/ya/test/const/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from build.plugins.lib.test_const import * # noqa: F401, F403
14 changes: 14 additions & 0 deletions devtools/ya/test/const/ya.make
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
PY23_LIBRARY()

PEERDIR(
build/plugins/lib/test_const
)

STYLE_PYTHON()

PY_SRCS(
NAMESPACE test.const
__init__.py
)

END()

0 comments on commit 4624438

Please sign in to comment.