Skip to content

Commit 9741b90

Browse files
authored
Dependency updates (#193)
Update dependencies and address deprecations Signed-off-by: Federico Busetti <[email protected]>
1 parent 22a9161 commit 9741b90

File tree

3 files changed

+567
-552
lines changed

3 files changed

+567
-552
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ format:
4545
poetry run ruff format --check .
4646

4747
lint:
48-
poetry run ruff .
48+
poetry run ruff check .
4949

5050
fix:
51-
poetry run ruff . --fix
51+
poetry run ruff check . --fix
5252
poetry run ruff format .
5353

5454
check: lint format typing test

docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32

43
otel-collector:

0 commit comments

Comments
 (0)