File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 74
74
hooks :
75
75
- id : ruff
76
76
args : ["--fix", "--show-fixes"]
77
- exclude : ^(ubench/holder_comparison\.py|ubench/holder_comparison_extract_sheet_data\.py)$
78
77
79
78
# Checking for common mistakes
80
79
- repo : https://github.com/pre-commit/pygrep-hooks
Original file line number Diff line number Diff line change 1
1
"""Simple comparison of holder performances, relative to unique_ptr holder."""
2
2
3
+ # ruff: noqa
4
+ # This code has no unit tests.
5
+ # ruff cleanup deferred until the next time this code is actually used.
6
+
3
7
import collections
4
8
import sys
5
9
import time
Original file line number Diff line number Diff line change 1
1
"""Extract mean ratios from holder_comparison.py output."""
2
2
3
+ # ruff: noqa
4
+ # This code has no unit tests.
5
+ # ruff cleanup deferred until the next time this code is actually used.
6
+
3
7
4
8
import sys
5
9
from typing import List , Optional
You can’t perform that action at this time.
0 commit comments