Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 3, 2025
1 parent 1b13f93 commit 81f27e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = [
{name = "Vizro Team"}
]
description = "Vizro is a package to facilitate visual analytics."
name = "vizro"
dynamic = ["version"]
name = "vizro"

[tool.bandit]
exclude_dirs = ["tests"]
Expand Down
5 changes: 0 additions & 5 deletions vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ link-check = "linkchecker site --check-extern --no-warnings --ignore=404.html --
pip = '"{env:HATCH_UV}" pip {args}'
serve = "mkdocs serve --open"

#[envs.hatch-uv]
#dependencies = [
# "uv<0.5.10" # https://github.com/astral-sh/uv/issues/10039
#]

[envs.lower-bounds]
extra-dependencies = ["pydantic==1.10.16"]
python = "3.9"
Expand Down
5 changes: 0 additions & 5 deletions vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ template = "examples"
DASH_DEBUG = "true"
VIZRO_LOG_LEVEL = "DEBUG"

#[envs.hatch-uv]
#dependencies = [
# "uv<0.5.10" # https://github.com/astral-sh/uv/issues/10039
#]

[envs.lower-bounds]
extra-dependencies = [
"pydantic==1.10.16",
Expand Down

0 comments on commit 81f27e6

Please sign in to comment.