feat/workspace-tmux-remove #3

Merged
waylon merged 9 commits from feat/workspace-tmux-remove into main 2025-11-26 12:46:09 -06:00
Showing only changes of commit a0d308c19f - Show all commits

View file

@ -66,7 +66,7 @@ select = [
"ISC", # flake8-implicit-str-concat
"ICN", # flake8-import-conventions
"G", # flake8-logging-format
# "INP", # flake8-no-pep420
"INP", # flake8-no-pep420
"PIE", # flake8-pie
"T20", # flake8-print
"PYI", # flake8-pyi
@ -74,7 +74,7 @@ select = [
"Q", # flake8-quotes
"RSE", # flake8-raise
"RET", # flake8-return
# "SLF", # flake8-self
"SLF", # flake8-self
"SIM", # flake8-simplify
"TID", # flake8-tidy-imports
"TCH", # flake8-type-checking