wip: feat: workspace tmux remove

This commit is contained in:
Waylon Walker 2025-11-26 10:58:19 -06:00
parent 7b1a33414a
commit f51701818a
2 changed files with 9 additions and 17 deletions

View file

@ -75,10 +75,10 @@ select = [
"RSE", # flake8-raise
"RET", # flake8-return
# "SLF", # flake8-self
# "SIM", # flake8-simplify
"SIM", # flake8-simplify
"TID", # flake8-tidy-imports
"TCH", # flake8-type-checking
# "INT", # flake8-gettext
"INT", # flake8-gettext
"ARG", # flake8-unused-arguments
"PTH", # flake8-use-pathlib
"ERA", # eradicate