We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ffe38 commit 544518eCopy full SHA for 544518e
.github/workflows/publish-chart.yaml
@@ -64,7 +64,7 @@ jobs:
64
print("Publishing chart")
65
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
66
print(f'publishing={publishing}', file=fh)
67
-
+
68
- name: Set up QEMU (for docker buildx)
69
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480
70
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code
13
- repo: https://github.com/psf/black
14
- rev: 21.7b0
+ rev: 22.3.0
15
hooks:
16
- id: black
17
args: [--target-version=py39]
@@ -48,7 +48,7 @@ repos:
48
- id: check-executables-have-shebangs
49
50
# Lint: Python code
51
- - repo: https://gitlab.com/pycqa/flake8
+ - repo: https://github.com/pycqa/flake8
52
rev: "3.9.2"
53
54
- id: flake8
0 commit comments