Disable pre-commit hook

This commit is contained in:
Lukáš Kucharczyk 2023-01-16 19:46:15 +01:00
parent 9534492f17
commit 0b1089b0f4
2 changed files with 1 additions and 1 deletions

0
.githooks/pre-commit → .githooks/pre-commit.disabled Executable file → Normal file
View File

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-slim-bullseye
ENV VERSION_NUMBER 0.2.3
ENV VERSION_NUMBER 0.2.3-6-g9534492
ENV PROD 1
ENV PYTHONUNBUFFERED=1