wip: feat: workspace tmux remove

This commit is contained in:
Waylon Walker 2025-11-26 10:54:17 -06:00
parent 7ec81ffdc7
commit 0bdfb253ef
2 changed files with 6 additions and 12 deletions

View file

@ -81,16 +81,16 @@ select = [
# "INT", # flake8-gettext
# "ARG", # flake8-unused-arguments
"PTH", # flake8-use-pathlib
# "ERA", # eradicate
"ERA", # eradicate
"PD", # pandas-vet
"PGH", # pygrep-hooks
# "PL", # Pylint
# "PLC", # Convention
"PLC", # Convention
"PLE", # Error
# "PLR", # Refactor
"PLW", # Warning
# "TRY", # tryceratops
"TRY", # tryceratops
"NPY", # NumPy-specific rules
# "RUF", # Ruff-specific rules
"RUF", # Ruff-specific rules
]