Skip to content

Commit

Permalink
ci: re-exclude build_datapackage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Dec 14, 2024
1 parent 3706ebb commit c48731b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ requires-python = ">=3.12"
version = "2.11.0"

[dependency-groups]
dev = [
"ipython[kernel]>=8.30.0",
"ruff>=0.8.2",
"taplo>=0.9.3",
]
dev = ["ipython[kernel]>=8.30.0", "ruff>=0.8.2", "taplo>=0.9.3"]

[tool.ruff]
extend-exclude = [
Expand All @@ -30,7 +26,7 @@ extend-exclude = [
"scripts/update_gapminder.py",
"scripts/weather.py",
# TEMPORARY
# "scripts/build_datapackage.py",
"scripts/build_datapackage.py",
]
target-version = "py312"

Expand Down

0 comments on commit c48731b

Please sign in to comment.