diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-09-26 14:44:45 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-09-26 14:44:45 +0000 |
commit | c853e78c5e416ede1d99665049657f2e304872e4 (patch) | |
tree | b6e2e59629b8e0f863eec9a700121ca3f7416f28 /build/config/tests | |
parent | 7d208c76420539a7e44f2393c66e7d0444744517 (diff) | |
parent | 47e779420bb80722978c1ffd518245bffd886a50 (diff) | |
download | ydb-c853e78c5e416ede1d99665049657f2e304872e4.tar.gz |
Merge branch 'rightlib' into mergelibs-240926-1443
Diffstat (limited to 'build/config/tests')
-rw-r--r-- | build/config/tests/py_style/config_paths.json | 12 | ||||
-rw-r--r-- | build/config/tests/py_style/default_configs.json | 6 | ||||
-rw-r--r-- | build/config/tests/py_style/dummy_linter_config.json | 1 | ||||
-rw-r--r-- | build/config/tests/py_style/ya.make | 1 |
4 files changed, 7 insertions, 13 deletions
diff --git a/build/config/tests/py_style/config_paths.json b/build/config/tests/py_style/config_paths.json deleted file mode 100644 index 7b3c51669b..0000000000 --- a/build/config/tests/py_style/config_paths.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "": "build/config/tests/py_style/config.toml", - "devtools/contrib/piglet/template_generator/": "maps/infra/pyproject.toml", - "devtools/dwh/intrasearch/utils/": "devtools/dwh/pyproject.toml", - "devtools/rnd/": "devtools/rnd/pyproject.toml", - "devtools/yamaker/": "devtools/yamaker/pyproject.toml", - "dj/services/arcanum/": "dj/services/arcanum/pyproject.toml", - "intranet/search/": "intranet/search/pyproject.toml", - "maps/": "maps/infra/pyproject.toml", - "ml/tensorflow/models/userbert/pipeline/multipart/data/": "ml/tensorflow/models/userbert/pipeline/multipart/data/pyproject.toml", - "partner/python/": "partner/python/pyproject.toml" -} diff --git a/build/config/tests/py_style/default_configs.json b/build/config/tests/py_style/default_configs.json new file mode 100644 index 0000000000..1c8f2ab585 --- /dev/null +++ b/build/config/tests/py_style/default_configs.json @@ -0,0 +1,6 @@ +{ + "flake8": "build/config/tests/flake8/flake8.conf", + "py2_flake8": "build/config/tests/flake8/flake8.conf", + "black": "build/config/tests/py_style/config.toml", + "dummy_linter": "build/config/tests/py_style/dummy_linter_config.json" +} diff --git a/build/config/tests/py_style/dummy_linter_config.json b/build/config/tests/py_style/dummy_linter_config.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/build/config/tests/py_style/dummy_linter_config.json @@ -0,0 +1 @@ +{} diff --git a/build/config/tests/py_style/ya.make b/build/config/tests/py_style/ya.make index 37dcd2ec82..6a6a287558 100644 --- a/build/config/tests/py_style/ya.make +++ b/build/config/tests/py_style/ya.make @@ -2,7 +2,6 @@ LIBRARY() RESOURCE_FILES( config.toml - config_paths.json ) END() |