Skip to content

Commit

Permalink
Added WM_NAME as _NET_WM_NAME fallback (older apps)
Browse files Browse the repository at this point in the history
Separated Props and Structs as submodules
Improved performance while maintaining multi-display, multi-screen and multi-root support
Added typing_extensions dependency at runtime
  • Loading branch information
Kalmat committed Apr 8, 2024
1 parent 0fdd0ce commit e80a6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "docs/requirements.txt"
cache-dependency-path: "requirements.txt"
- run: pip install -r "requirements.txt"
- run: mypy . --python-version=${{ matrix.python-version }}

0 comments on commit e80a6d2

Please sign in to comment.