Skip to content

Commit

Permalink
bump packages and docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Safin <[email protected]>
  • Loading branch information
Rafał Safin committed Dec 6, 2024
1 parent c5a2f7e commit 7266f38
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 473 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.8.2
hooks:
- id: ruff-format

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.8.2
hooks:
- id: ruff
args: [--fix]
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ endif

.PHONY: docker_setup_up
docker_setup_up:
docker compose -f docker/docker-compose.yml pull
docker compose -f docker/docker-compose.yml up -d gcs minio azurite
docker compose -f docker/docker-compose.dbs.yml up -d

Expand Down
Loading

0 comments on commit 7266f38

Please sign in to comment.