Skip to content

Commit 0535071

Browse files
committed
Fix Lint job
1 parent 80f113a commit 0535071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/peg_generator/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extend = "../../.ruff.toml" # Inherit the project-wide settings
22
extend-exclude = [
33
# Generated files:
4-
"pegen/grammar_parser.py",
4+
"Tools/peg_generator/pegen/grammar_parser.py",
55
]
66

77
[lint]

0 commit comments

Comments
 (0)