wip: feat: workspace tmux remove
This commit is contained in:
parent
f51701818a
commit
a0d308c19f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue