refactor: Move data classes into their own files

This commit is contained in:
2022-08-08 17:43:15 +02:00
parent 5b739aaf1a
commit e9f190036c
6 changed files with 33 additions and 25 deletions

View File

@@ -5,6 +5,6 @@ line-length=72
[title-trailing-punctuation]
[title-hard-tab]
[title-match-regex]
regex=^(feat|fix|test|release|chore|security|docs):.*$
regex=^(feat|fix|test|release|chore|security|docs|refactor):.*$
[body-trailing-whitespace]
[body-first-line-empty]