summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-11-22 14:54:19 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-11-22 14:54:19 -0600
commitc35e4c41d2dc6ccbc74ddb28d1dcf082468feec9 (patch)
treef03c12c754d6f0446c46b8b01a289e200a9be5d4 /.pre-commit-config.yaml
parentcef0c3548e5eb1c40a1819511cde68de07da9387 (diff)
parenteb86670f94ef505e9b4adc37bc0948a3a5588ed8 (diff)
downloadredot-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.yaml3
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