From 04218d3ba2a20359db48d74157d0d23c1237fab9 Mon Sep 17 00:00:00 2001 From: Tyler Romero Date: Thu, 7 Nov 2024 18:18:11 -0800 Subject: [PATCH] lenient lint --- .github/workflows/auto-format.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-format.yaml b/.github/workflows/auto-format.yaml index 5a6cb05..09317ad 100644 --- a/.github/workflows/auto-format.yaml +++ b/.github/workflows/auto-format.yaml @@ -21,7 +21,7 @@ jobs: run: ruff format src/ - name: Run Ruff lint with fixes - run: ruff check --fix src/ + run: ruff check --fix src/ --exit-zero - name: Check if any files were modified id: git-check diff --git a/pyproject.toml b/pyproject.toml index a65f7aa..4695bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stream" -version = "0.1.0" +version = "0.5.0" description = "Groundlight Stream Processor - Container for analyzing video using RTSP etc" readme = "README.md" requires-python = ">=3.8"