move layout code to layout

This commit is contained in:
Johannes Heuel
2022-08-23 17:50:18 +02:00
parent 43d0566db9
commit 1ed0f5f95b
7 changed files with 205 additions and 158 deletions

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: pre-commit
image: iamthefij/drone-pre-commit:latest
commands:
- pre-commit run --all-files