mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 07:31:16 +00:00
Update pre-commit hooks configuration to use ruff instead of black
This commit is contained in:
parent
aaa4560729
commit
d9f8ef68df
47 changed files with 244 additions and 241 deletions
|
|
@ -2,7 +2,7 @@ import json
|
|||
|
||||
import pytest
|
||||
|
||||
from gles3_builders import build_gles3_header, GLES3HeaderStruct
|
||||
from gles3_builders import GLES3HeaderStruct, build_gles3_header
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue