From a6eb4611545f3cd57a932f2b4747903bf2bc8bf1 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 8 Apr 2025 15:02:35 +0200 Subject: [PATCH] chore: :art: ran pre-commit hooks so repo can be tracked by the CI --- .editorconfig | 1 - .pre-commit-config.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1c60db2..6fd615b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,4 +21,3 @@ indent_size = 4 [*.py] indent_style = space indent_size = 4 - diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c9b346..84edd33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,6 @@ repos: - id: end-of-file-fixer - repo: https://github.com/commitizen-tools/commitizen - rev: v4.2.1 + rev: v4.5.0 hooks: - id: commitizen