Skip to content

Commit 4a01636

Browse files
authored
Merge pull request #141 from ewjoachim/pre-commit-ci-update-config
2 parents 58db359 + e414e12 commit 4a01636

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
script: tests
2424
- python_version: "3.12"
2525
script: tests
26-
26+
2727
name: "py${{ matrix.python_version }} / ${{ matrix.script }}"
2828
runs-on: ubuntu-latest
2929

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -24,7 +24,7 @@ repos:
2424
- id: isort
2525

2626
- repo: https://github.com/PyCQA/flake8
27-
rev: "7.1.0"
27+
rev: "7.1.1"
2828
hooks:
2929
- id: flake8
3030

@@ -36,16 +36,16 @@ repos:
3636
additional_dependencies: ["types-requests", "types-docutils"]
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: "v3.16.0"
39+
rev: "v3.19.1"
4040
hooks:
4141
- id: pyupgrade
4242

4343
- repo: https://github.com/PyCQA/doc8
44-
rev: "v1.1.1"
44+
rev: "v1.1.2"
4545
hooks:
4646
- id: doc8
4747

4848
- repo: https://github.com/floatingpurr/sync_with_poetry
49-
rev: 1.1.0
49+
rev: 1.2.0
5050
hooks:
5151
- id: sync_with_poetry

0 commit comments

Comments
 (0)