diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b781aef..229dbf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -27,7 +27,7 @@ repos: - '80' - --preserve-quotes - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.35.1 hooks: - id: yamllint args: [--format, parsable, -d, relaxed] @@ -42,17 +42,17 @@ repos: - poetry.lock - --exclude-files - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.4.2 hooks: - id: black -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.272' + rev: 'v0.4.2' hooks: - id: ruff args: [--extend-ignore=D1, --fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.10.0 hooks: - id: mypy args: @@ -63,6 +63,6 @@ repos: - types-PyYAML - types-requests - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.5 + rev: v0.10.0.1 hooks: - id: shellcheck diff --git a/Dockerfile b/Dockerfile index 0da2503..fba14c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,3 @@ CMD ["/bin/sh"] COPY bin/* /opt/resource/ COPY lib/* /opt/resource/lib/ - - diff --git a/bin/out b/bin/out index f614732..ce1fa67 100755 --- a/bin/out +++ b/bin/out @@ -3,4 +3,3 @@ from lib.heroku import configure_heroku_from_yaml configure_heroku_from_yaml("heroku_configs.yml") -