Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
- uses: astral-sh/ruff-action@v3
with:
version-file: "pyproject.toml"
- run: ruff format --check
- run: ruff format --check --diff
# Show formatting issues even if the "check" step failed
if: ${{ !cancelled() }}

Pyright:
runs-on: ${{ matrix.os }}
strategy:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ Not a developer? You can still help through the following methods:
- <https://bugreports.qt.io/browse/PYSIDE-2541>
- <https://bugreports.qt.io/browse/PYSIDE-2542>
- <https://github.com/pyinstaller/pyinstaller/issues/9012>
- <https://github.com/astral-sh/uv/issues/1495>
- <https://github.com/opencv/opencv/issues?q=is%3Aissue+is%3Aopen+involves%3AAvasam+sort%3Areactions-%2B1-asc+>
- <https://github.com/opencv/opencv/issues/18305>
- <https://github.com/opencv/opencv/issues/23906>
Expand Down
Loading