Skip to content

Commit eaa8d10

Browse files
authored
Merge branch 'master' into create-pull-request/patch
2 parents 4913578 + 847fbc0 commit eaa8d10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
4040
- name: "Create PR if necessary"
41-
uses: peter-evans/create-pull-request@v6
41+
uses: peter-evans/create-pull-request@v7
4242
with:
4343
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
4444
body: |

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
# General linting
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: check-yaml
99
- id: check-added-large-files
1010
# General formatting
1111
- repo: https://github.com/psf/black
12-
rev: 24.8.0
12+
rev: 24.10.0
1313
hooks:
1414
- id: black
1515
- id: black-jupyter

0 commit comments

Comments
 (0)