Skip to content

Commit

Permalink
lenient lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Nov 8, 2024
1 parent 1091d8e commit 04218d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 04218d3

Please sign in to comment.