Skip to content

Commit 39ebd99

Browse files
committed
[chore] lint files in the tools/ directory
Part-of: #32
1 parent 558c135 commit 39ebd99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/compile23.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python3
2+
# ruff: noqa: T201
23
import subprocess
34
import sys
45
from pathlib import PurePath
56

6-
py2_only_patterns = [
7-
]
7+
py2_only_patterns = []
88
py2_files = []
99

1010
py3_only_patterns = [

tools/graph-upgrade-timing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# ruff: noqa: RET503 RET505
2+
# ruff: noqa: RET503
33
import argparse
44
import os
55
import re

0 commit comments

Comments
 (0)