summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea4f053..b3fc826 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## Added
- Meta: Locked dependencies via `poetry.lock` file in version control
+- Meta: Add [pre-commit](https://pre-commit.com) config to enforce code styling and file formatting
### Changed
- Meta: Replace setuptools with poetry for packaging and dependency management