1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-29 18:20:24 +01:00
servo/python/tidy/tests/lints/no_lint.py
zefr0x c96de69e80
Use ruff to enforce python code formatting ()
Requires  for deps and config.

Testing: No need for tests to test tests.
Fixes: 

---------

Signed-off-by: zefr0x <zer0-x.7ty50@aleeas.com>
2025-05-26 11:54:43 +00:00

6 lines
99 B
Python

from servo_tidy.tidy import LintRunner
class Linter(LintRunner):
def run(self):
pass