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.
2 parents 4913578 + 847fbc0 commit eaa8d10Copy full SHA for eaa8d10
.github/workflows/update_backend.yml
@@ -38,7 +38,7 @@ jobs:
38
fi
39
40
- name: "Create PR if necessary"
41
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
42
with:
43
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
44
body: |
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
# General linting
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.6.0
+ rev: v5.0.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
8
- id: check-yaml
9
- id: check-added-large-files
10
# General formatting
11
- repo: https://github.com/psf/black
12
- rev: 24.8.0
+ rev: 24.10.0
13
14
- id: black
15
- id: black-jupyter
0 commit comments