summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-11-02 16:10:32 +0100
committerJan Willhaus <mail@janwillhaus.de>2019-11-02 16:10:32 +0100
commit4a2b4640e48901d478cdf2f28b9b16e966f84d9c (patch)
tree0bcaadbca4269bb47c10052e1d2beb2fb46aaefc
parentf4d6373af5256d57e66dcb38aed1044ca94efe64 (diff)
downloadwarlock-add_pre-commit_framework_config.tar.gz
-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