From 26ca7af9979e76a93535a20ee5040449d1662988 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 28 Oct 2020 16:41:16 +0100 Subject: [PATCH] Update pre-commit hooks to version 3.3.0 --- .pre-commit-config.yaml | 3 ++- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9254a4..a52dbb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v3.3.0 hooks: + - id: fix-byte-order-marker - id: end-of-file-fixer - id: trailing-whitespace diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fcfbd..b50f6d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Legacy Stairs+ conversion code. - It was only required to import worlds last edited before Q3 2013. - + ### Changed - Switch to GitHub Actions.