Skip to content

Commit 213cd9c

Browse files
authored
Merge branch 'master' into all-greens-integration
2 parents 3965023 + cb7043d commit 213cd9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
twine check dist/*
3131
- name: Upload packages to Jazzband
3232
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
33-
uses: pypa/[email protected].2
33+
uses: pypa/[email protected].3
3434
with:
3535
user: jazzband
3636
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
types: [python]
@@ -13,24 +13,24 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/igorshubovych/markdownlint-cli
16-
rev: v0.41.0
16+
rev: v0.43.0
1717
hooks:
1818
- id: markdownlint
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: 'v0.5.5'
21+
rev: 'v0.8.3'
2222
hooks:
2323
- id: ruff
2424
- repo: https://github.com/psf/black
25-
rev: 24.4.2
25+
rev: 24.10.0
2626
hooks:
2727
- id: black
2828
args:
2929
- "--line-length"
3030
- "119"
3131
exclude: ^django_fsm_log/migrations|^docs/
3232
- repo: https://github.com/adamchainz/django-upgrade
33-
rev: "1.20.0"
33+
rev: "1.22.2"
3434
hooks:
3535
- id: django-upgrade
3636
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)