Commit af16e5c 1 parent e540bd8 commit af16e5c Copy full SHA for af16e5c
File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 14
14
hooks :
15
15
- id : pyupgrade
16
16
name : pyupgrade
17
- entry : pyupgrade --py38 -plus --exit-zero-even-if-changed
17
+ entry : pyupgrade --py39 -plus --exit-zero-even-if-changed
18
18
language : system
19
19
types : [python]
20
20
- id : black
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def main(
120
120
action_formatter = getattr (term , color )
121
121
pids = pg_procs .selected
122
122
if len (pids ) > 1 :
123
- ptitle = f"processes { ', ' .join (( str (p ) for p in pids ) )} "
123
+ ptitle = f"processes { ', ' .join (str (p ) for p in pids )} "
124
124
else :
125
125
ptitle = f"process { pids [0 ]} "
126
126
with term .location (x = 0 , y = term .height // 3 ):
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ dependencies = [
39
39
" attrs >= 17.4, !=21.1" ,
40
40
" blessed >= 1.15.0" ,
41
41
" humanize >= 0.5.1" ,
42
- " importlib_metadata; python_version < '3.8'" ,
43
42
" psutil >= 2.0.0" ,
44
43
]
45
44
You can’t perform that action at this time.
0 commit comments