File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - id : fix-byte-order-marker
1616 - id : detect-private-key
1717 - repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.3.4
18+ rev : v0.3.5
1919 hooks :
2020 - id : ruff
2121 args : [--fix-only, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -2805,7 +2805,7 @@ def __getattr__(name: str) -> int:
28052805 return value
28062806
28072807
2808- __all__ = [ # noqa: F405
2808+ __all__ = [
28092809 "Modifier" ,
28102810 "Point" ,
28112811 "BUTTON_LEFT" ,
Original file line number Diff line number Diff line change @@ -4285,7 +4285,7 @@ def __getattr__(name: str) -> Color:
42854285 raise AttributeError (msg ) from None
42864286
42874287
4288- __all__ = [ # noqa: F405
4288+ __all__ = [
42894289 "Color" ,
42904290 "Bsp" ,
42914291 "NB_FOV_ALGORITHMS" ,
You can’t perform that action at this time.
0 commit comments