diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-22 14:54:19 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-22 14:54:19 -0600 |
commit | c35e4c41d2dc6ccbc74ddb28d1dcf082468feec9 (patch) | |
tree | f03c12c754d6f0446c46b8b01a289e200a9be5d4 /.pre-commit-config.yaml | |
parent | cef0c3548e5eb1c40a1819511cde68de07da9387 (diff) | |
parent | eb86670f94ef505e9b4adc37bc0948a3a5588ed8 (diff) | |
download | redot-engine-c35e4c41d2dc6ccbc74ddb28d1dcf082468feec9.tar.gz |
Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_stream_peer
Add half precision floating point support to `StreamPeer` and `FileAccess`
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fa0493544..56f64ad079 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -187,7 +187,8 @@ repos: modules/gdscript/tests/scripts/parser/warnings/empty_file_newline_comment\.notest\.gd$| modules/gdscript/tests/scripts/parser/warnings/empty_file_newline\.notest\.gd$| platform/android/java/editor/src/main/java/com/android/.*| - platform/android/java/lib/src/com/google/.* + platform/android/java/lib/src/com/google/.*| + tests/data/.*\.bin$ ) - id: dotnet-format |