From 544518edb57f2075f1cfabdd110e61e63dda0eeb Mon Sep 17 00:00:00 2001 From: iameskild Date: Thu, 7 Sep 2023 11:06:14 -0700 Subject: [PATCH] lint, update pre-commit --- .github/workflows/publish-chart.yaml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index 2a8cec6..f7762a1 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -64,7 +64,7 @@ jobs: print("Publishing chart") with open(os.environ['GITHUB_OUTPUT'], 'a') as fh: print(f'publishing={publishing}', file=fh) - + - name: Set up QEMU (for docker buildx) uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c1b03b..6df1d1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 22.3.0 hooks: - id: black args: [--target-version=py39] @@ -48,7 +48,7 @@ repos: - id: check-executables-have-shebangs # Lint: Python code - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: "3.9.2" hooks: - id: flake8