Skip to content

Commit 66c7a10

Browse files
committed
Cleanup
1 parent 446486c commit 66c7a10

File tree

5 files changed

+13
-104
lines changed

5 files changed

+13
-104
lines changed

.dockerignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See https://pre-commit.com for more information
2+
# See https://pre-commit.com/hooks.html for more hooks
3+
repos:
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v3.2.0
6+
hooks:
7+
- id: trailing-whitespace
8+
- id: check-yaml
9+
- id: check-added-large-files
10+
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
11+
rev: "v0.5.0"
12+
hooks:
13+
- id: somesy

Dockerfile

Lines changed: 0 additions & 29 deletions
This file was deleted.

docker-compose.local-elastic.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

docker-compose.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)