From 3a8e622f89c11938651cdf9f144624db313949a0 Mon Sep 17 00:00:00 2001 From: Clxud <71564480+cloudwithax@users.noreply.github.com> Date: Thu, 30 Mar 2023 20:24:33 -0400 Subject: [PATCH 1/2] Update events.md --- docs/hdi/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hdi/events.md b/docs/hdi/events.md index 50dfb91..040478b 100644 --- a/docs/hdi/events.md +++ b/docs/hdi/events.md @@ -34,7 +34,7 @@ your application. Here are all the definitions: All events related to tracks carry a `Player` object so you can access player-specific functions -and properties for further evaluation. They also carry a `Track` object so you can access track-specific functions and properites for further evaluation as well. +and properties for further evaluation. They also carry a `Track` object so you can access track-specific functions and properties for further evaluation as well. `Event.TrackEndEvent()` carries the reason for the track ending. If the track ends suddenly, you can use the reason provided to determine a solution. From cf3834d5c2f92a5b92734b7c51e9c63756a22539 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:24:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe6d34b..5be149f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black language_version: python3.8