chore: merge lint dependency group into dev group of python packages (#18088)
This commit is contained in:
@@ -90,16 +90,18 @@ dependencies = [
|
||||
default-groups = ["storage", "tools", "vdb"]
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
############################################################
|
||||
# [ Dev ] dependency group
|
||||
# Required for development and running tests
|
||||
############################################################
|
||||
|
||||
dev = [
|
||||
"coverage~=7.2.4",
|
||||
"dotenv-linter~=0.5.0",
|
||||
"faker~=32.1.0",
|
||||
"lxml-stubs~=0.5.1",
|
||||
"mypy~=1.15.0",
|
||||
"ruff~=0.11.5",
|
||||
"pytest~=8.3.2",
|
||||
"pytest-benchmark~=4.0.0",
|
||||
"pytest-env~=1.1.3",
|
||||
@@ -141,15 +143,6 @@ dev = [
|
||||
"types-ujson~=5.10.0",
|
||||
]
|
||||
|
||||
############################################################
|
||||
# [ Lint ] dependency group
|
||||
# Required for code style linting
|
||||
############################################################
|
||||
lint = [
|
||||
"dotenv-linter~=0.5.0",
|
||||
"ruff~=0.11.0",
|
||||
]
|
||||
|
||||
############################################################
|
||||
# [ Storage ] dependency group
|
||||
# Required for storage clients
|
||||
|
||||
Reference in New Issue
Block a user