Skip to content

Commit 5cba62f

Browse files
committed
chore(pre-commit): update pre-commit hooks
1 parent 2b3ec12 commit 5cba62f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88
default_stages: [commit, push, manual]
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v4.5.0
1212
hooks:
1313
- id: check-symlinks
1414
- id: destroyed-symlinks
@@ -25,7 +25,7 @@ repos:
2525
- id: debug-statements
2626
- id: double-quote-string-fixer
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.0.292
28+
rev: v0.1.2
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
@@ -34,11 +34,11 @@ repos:
3434
hooks:
3535
- id: isort
3636
- repo: https://github.com/psf/black
37-
rev: 23.9.1
37+
rev: 23.10.1
3838
hooks:
3939
- id: black
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.14.0
41+
rev: v3.15.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py37-plus] # sync with requires-python

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ echo 'set -gx NVITOP_MONITOR_MODE "full"' >> ~/.config/fish/config.fish
408408
| | |
409409
| `e` | Show process environment. |
410410
| `t` | Toggle tree-view screen. |
411-
| `<Enter>` | Toggle tree-view screen. |
411+
| `<Enter>` | Show process metrics. |
412412
| | |
413413
| `,` / `.` | Select the sort column. |
414414
| `/` | Reverse the sort order. |

0 commit comments

Comments
 (0)