Skip to content

Commit

Permalink
bump packages and docker images (#341)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>
Co-authored-by: Rafał Safin <rafal.safin@rafsaf.pl>
  • Loading branch information
rafsaf and Rafał Safin authored Dec 6, 2024
1 parent c5a2f7e commit f420d69
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 f420d69

Please sign in to comment.