Skip to content

Commit 544518e

Browse files
committed
lint, update pre-commit
1 parent 05ffe38 commit 544518e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
print("Publishing chart")
6565
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
6666
print(f'publishing={publishing}', file=fh)
67-
67+
6868
- name: Set up QEMU (for docker buildx)
6969
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480
7070

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: 21.7b0
14+
rev: 22.3.0
1515
hooks:
1616
- id: black
1717
args: [--target-version=py39]
@@ -48,7 +48,7 @@ repos:
4848
- id: check-executables-have-shebangs
4949

5050
# Lint: Python code
51-
- repo: https://gitlab.com/pycqa/flake8
51+
- repo: https://github.com/pycqa/flake8
5252
rev: "3.9.2"
5353
hooks:
5454
- id: flake8

0 commit comments

Comments
 (0)