summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-19 22:19:22 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-19 22:20:57 +0200
commitec96c82b609fea6edcec1cc9bf8b228d1d6b442c (patch)
tree48f6dc53d95e22b5463defc13e1f264fc4054674
parent8d8378df1b2e646a54da27810d5f296b9e2a2632 (diff)
downloadwarlock-add-pre-commit-framework.tar.gz
Add changelog lineadd-pre-commit-framework
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7185ae2..22dbbae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- Linting/stylechecks usng pre-commit framework
+
### Changed
- Replace setuptools with poetry for packaging and dependency management