File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99# Conventional Commit message checker (commitizen)
1010- repo : https://github.com/commitizen-tools/commitizen
11- rev : v3.30.1
11+ rev : v3.31.0
1212 hooks :
1313 - id : commitizen
1414 stages :
@@ -32,21 +32,21 @@ repos:
3232 - --markdown-linebreak-ext=md
3333# Black (uncompromising) Python code formatter
3434- repo : https://github.com/psf/black
35- rev : 24.10 .0
35+ rev : 25.1 .0
3636 hooks :
3737 - id : black
3838 args :
3939 - --target-version
4040 - py312
4141# MyPy
4242- repo : https://github.com/pre-commit/mirrors-mypy
43- rev : v1.13 .0
43+ rev : v1.15 .0
4444 hooks :
4545 - id : mypy
4646 files : ^operator
4747# Pylint
4848- repo : https://github.com/pycqa/pylint
49- rev : v3.3.1
49+ rev : v3.3.6
5050 hooks :
5151 - id : pylint
5252 files : ^operator
5757# All files that end '.yaml' or '.yaml.j2'
5858# See https://pre-commit.com/#filtering-files-with-types
5959- repo : https://github.com/adrienverge/yamllint
60- rev : v1.35.1
60+ rev : v1.37.0
6161 hooks :
6262 - id : yamllint
6363 types :
Original file line number Diff line number Diff line change 1- FROM python:3.12.7 -slim
1+ FROM python:3.12.9 -slim
22
33# Labels
44LABEL maintainer='Alan Christie <achristie@informaticsmatters.com>'
@@ -14,4 +14,4 @@ WORKDIR /src
1414COPY handlers.py /src/
1515COPY entrypoint.sh /src/
1616
17- CMD ./entrypoint.sh
17+ CMD [ " ./entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments