Skip to content

Commit 4097498

Browse files
authored
chore: 🎨 ran pre-commit hooks so repo can be tracked by the CI (#54)
## Description Ran the pre-commit hooks so that I can get the pre-commit CI to run on this repo. Does not need a review.
1 parent 16477ef commit 4097498

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.editorconfig

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ indent_size = 4
2121
[*.py]
2222
indent_style = space
2323
indent_size = 4
24-

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/commitizen-tools/commitizen
15-
rev: v4.2.1
15+
rev: v4.5.0
1616
hooks:
1717
- id: commitizen

0 commit comments

Comments
 (0)