/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
python/wpt/tests/non-wpt.diff
9 строк
263 B
zefr0x
Use `ruff` to enforce python code formatting (#37117)
26 май 2025, 14:54
Не верифицирован
26 май 2025, 14:54
c96de69
Код
Авторство
О чём код?
diff --git a/tests/wpt/something.py b/tests/wpt/something.py index 10d52a0..92fb89d 100644 --- a/tests/wpt/something.py +++ b/tests/wpt/something.py @@ -8,3 +8,4 @@ # except according to those terms. print("this is a python file") +print("this is a change")