diff --git a/.env.example b/.env.example index 361ee99..103078e 100644 --- a/.env.example +++ b/.env.example @@ -1 +1 @@ -SEDA_DATA_PROXY_PRIVATE_KEY= \ No newline at end of file +SEDA_DATA_PROXY_PRIVATE_KEY= diff --git a/.gitignore b/.gitignore index 5f17fc5..0634828 100644 --- a/.gitignore +++ b/.gitignore @@ -174,4 +174,4 @@ dist # Finder (MacOS) folder config .DS_Store config.json -data-proxy-private-key.json \ No newline at end of file +data-proxy-private-key.json diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..05cf33b --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.6.0 + hooks: + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-added-large-files diff --git a/Dockerfile b/Dockerfile index a03d459..2f29df9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,3 @@ COPY ./docker-entrypoint.sh ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh ENTRYPOINT ["sh", "./docker-entrypoint.sh"] - diff --git a/bunfig.toml b/bunfig.toml index a1f7644..9e75dd2 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,2 +1,2 @@ [test] -preload = ["./test-setup.ts"] \ No newline at end of file +preload = ["./test-setup.ts"] diff --git a/docker-compose.yml b/docker-compose.yml index 4951467..4cecb8a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,4 +18,3 @@ services: networks: proxy-network: driver: bridge -