Skip to content

Commit 490b5b8

Browse files
[pre-commit.ci] pre-commit autoupdate (#92)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
1 parent 118ca37 commit 490b5b8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
26+
allow-prereleases: true
2627
- name: Install Poetry
2728
env:
2829
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/resources/constraints.txt

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
ci:
22
autofix_prs: true
3+
autoupdate_schedule: monthly
34

45
repos:
56
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
7+
rev: v5.0.0
78
hooks:
89
- id: check-json
910
- id: check-toml
@@ -12,7 +13,7 @@ repos:
1213
- id: trailing-whitespace
1314

1415
- repo: https://github.com/psf/black
15-
rev: 24.8.0
16+
rev: 24.10.0
1617
hooks:
1718
- id: black
1819

0 commit comments

Comments
 (0)