8000 [pre-commit.ci] pre-commit autoupdate (#1988) · django-haystack/django-haystack@33f3e8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 33f3e8f

Browse files
[pre-commit.ci] pre-commit autoupdate (#1988)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5) * test.yml: sudo apt update --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 98c8d73 commit 33f3e8f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
- name: Install system dependencies
58-
run: sudo apt install --no-install-recommends -y gdal-bin
58+
run: |
59+
sudo apt update
60+
sudo apt install --no-install-recommends -y gdal-bin
5961
- name: Setup solr test server in Docker
6062
run: bash test_haystack/solr_tests/server/setup-solr-test-server-in-docker.sh
6163
- name: Install dependencies

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
args: [--target-version, "5.0"] # Replace with Django version
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.5.4
10+
rev: v0.5.5
1111
hooks:
1212
- id: ruff
1313
# args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)
0