Skip to content

Commit 1ebcdc6

Browse files
committed
Remove unused packages and add flake8 found in tox.ini
1 parent 81a4e95 commit 1ebcdc6

File tree

2 files changed

+833
-137
lines changed

2 files changed

+833
-137
lines changed

pyproject.toml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ classifiers = [
2323

2424
dependencies = [
2525
"deprecation>=2.1.0",
26-
"mypy>=1.4.1",
27-
"ruff>=0.12.5",
26+
"flake8>=3.9.2",
27+
"flake8-blind-except>=0.2.1",
28+
"flake8-builtins>=2.1.0",
29+
"flake8-docstrings>=1.7.0",
30+
"flake8-import-order>=0.19.2",
31+
"flake8-logging-format>=2024.24.12",
32+
"flake8-rst-docstrings>=0.3.0",
33+
"pylint>=2.13.9",
34+
"six>=1.17.0",
2835
"tox>=4.8.0",
2936
"types-setuptools>=69.0.0.0",
3037
]
@@ -34,7 +41,7 @@ HOMEPAGE = "https://pypi.org/project/splunk-sdk"
3441
DOCS = "https://docs.splunk.com/Documentation/PythonSDK/2.0.0"
3542
REPO = "http://github.com/splunk/splunk-sdk-python.git"
3643

37-
# [tool.setuptools.package-dir]
38-
# "splunklib" = "splunklib"
39-
# "splunklib.modularinput" = "splunklib/modularinput"
40-
# "splunklib.searchcommands" = "splunklib/searchcommands"
44+
[tool.setuptools.package-dir]
45+
"splunklib" = "splunklib"
46+
"splunklib.modularinput" = "splunklib/modularinput"
47+
"splunklib.searchcommands" = "splunklib/searchcommands"

0 commit comments

Comments
 (0)