From 1c08c303b09f2de2e91f05d63ca125d0aaa1b27a Mon Sep 17 00:00:00 2001 From: chengaofei <52209156+chengaofei@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:47:49 +0800 Subject: [PATCH] Delete setup.cfg --- setup.cfg | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 337833a0f..000000000 --- a/setup.cfg +++ /dev/null @@ -1,34 +0,0 @@ -[easy_install] -index_url = http://mirrors.aliyun.com/pypi/simple/ - -[bdist_wheel] -universal = 1 - -[isort] -line_length = 79 -multi_line_output = 7 -force_single_line = true -known_standard_library = setuptools -known_first_party = easy_rec -known_third_party = absl,common_io,docutils,eas_prediction,faiss,future,google,graphlearn,kafka,matplotlib,numpy,oss2,pai,pandas,psutil,six,sklearn,sparse_operation_kit,sphinx_markdown_tables,sphinx_rtd_theme,tensorflow,yaml -no_lines_before = LOCALFOLDER -default_section = THIRDPARTY -skip = easy_rec/python/protos - -[yapf] -BASED_ON_STYLE = yapf -ALIGN_CLOSING_BRACKET_WITH_VISUAL_INDENT = true - -[flake8] -select = B,C,D,E,F,P,T4,W,B9 -max-line-length = 120 -ignore = - E111,E114,E125,E129,W291,W503,W504, - # docstring missing error should be used when all docstrings are completed - D100,D101,D102,D103,D104,D105,D106,D107 -per-file-ignores = - __init__.py: F401 - easy_rec/python/utils/test_utils.py: E402 - easy_rec/python/utils/io_util.py: E402 -exclude = docs/src,scripts,easy_rec/python/protos,*.pyi,.git -docstring-convention = google