Skip to content

Commit

Permalink
Remove Hatch version override and update pre-commit tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Feb 24, 2024
1 parent 76b6ac1 commit 63588e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.2.2
hooks:
- id: ruff-format
- id: ruff
Expand Down
2 changes: 0 additions & 2 deletions workflow-support/make_ci_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ build_cmd_with_source() {
build_cmd apt update --quiet=2
build_cmd apt install --yes --quiet=2 "${lint_deps[@]}" "${proj_deps[@]}" "${proj_build_deps[@]}"

build_cmd pip3.12 install git+https://github.com/pypa/hatch

for env in "${hatchenvs[@]}"; do
# this looks weird... but it causes Hatch to create the env,
# install all of the project's dependencies and the project,
Expand Down

0 comments on commit 63588e1

Please sign in to comment.