Skip to content

Commit 2fcb825

Browse files
authored
Merge pull request #83 from astrofrog/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents cda423e + a23e7cf commit 2fcb825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: "v0.6.3"
7+
rev: "v0.9.9"
88
hooks:
99
- id: ruff
1010
args: ["--fix", "--show-fixes"]

psrecord/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def main():
9494

9595
parser.add_argument(
9696
"--include-children",
97-
help="include sub-processes in statistics (results " "in a slower maximum sampling rate).",
97+
help="include sub-processes in statistics (results in a slower maximum sampling rate).",
9898
action="store_true",
9999
)
100100

0 commit comments

Comments
 (0)