Skip to content

Commit

Permalink
Merge branch 'master' into create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Oct 7, 2024
2 parents 4913578 + 847fbc0 commit eaa8d10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fi
- name: "Create PR if necessary"
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
body: |
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
# General linting
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
# General formatting
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- id: black-jupyter
Expand Down

0 comments on commit eaa8d10

Please sign in to comment.