-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ruff) Automated fixes for typing annotations
Fixed 9 errors: - src/tmuxp/cli/utils.py: 4 × UP006 (non-pep585-annotation) 1 × I001 (unsorted-imports) - src/tmuxp/shell.py: 1 × UP006 (non-pep585-annotation) - src/tmuxp/workspace/builder.py: 2 × UP006 (non-pep585-annotation) 1 × I001 (unsorted-imports) Found 1206 errors (9 fixed, 1197 remaining). 99 files left unchanged ruff check . --select ALL --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore PT014 --ignore RUF100; ruff format .;
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters