We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cda423e + a23e7cf commit 2fcb825Copy full SHA for 2fcb825
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: "v0.6.3"
+ rev: "v0.9.9"
8
hooks:
9
- id: ruff
10
args: ["--fix", "--show-fixes"]
psrecord/main.py
@@ -94,7 +94,7 @@ def main():
94
95
parser.add_argument(
96
"--include-children",
97
- help="include sub-processes in statistics (results " "in a slower maximum sampling rate).",
+ help="include sub-processes in statistics (results in a slower maximum sampling rate).",
98
action="store_true",
99
)
100
0 commit comments