File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
default_stages : [commit, push, manual]
9
9
repos :
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.4 .0
11
+ rev : v4.5 .0
12
12
hooks :
13
13
- id : check-symlinks
14
14
- id : destroyed-symlinks
25
25
- id : debug-statements
26
26
- id : double-quote-string-fixer
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : v0.0.292
28
+ rev : v0.1.2
29
29
hooks :
30
30
- id : ruff
31
31
args : [--fix, --exit-non-zero-on-fix]
@@ -34,11 +34,11 @@ repos:
34
34
hooks :
35
35
- id : isort
36
36
- repo : https://github.com/psf/black
37
- rev : 23.9 .1
37
+ rev : 23.10 .1
38
38
hooks :
39
39
- id : black
40
40
- repo : https://github.com/asottile/pyupgrade
41
- rev : v3.14 .0
41
+ rev : v3.15 .0
42
42
hooks :
43
43
- id : pyupgrade
44
44
args : [--py37-plus] # sync with requires-python
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ echo 'set -gx NVITOP_MONITOR_MODE "full"' >> ~/.config/fish/config.fish
408
408
| | |
409
409
| ` e ` | Show process environment. |
410
410
| ` t ` | Toggle tree-view screen. |
411
- | ` <Enter> ` | Toggle tree-view screen. |
411
+ | ` <Enter> ` | Show process metrics. |
412
412
| | |
413
413
| ` , ` / ` . ` | Select the sort column. |
414
414
| ` / ` | Reverse the sort order. |
You can’t perform that action at this time.
0 commit comments