Skip to content

Commit 5b4fabc

Browse files
[pre-commit.ci] pre-commit autoupdate (#232)
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/asottile/setup-cfg-fmt: v2.8.0 → v3.1.0](asottile/setup-cfg-fmt@v2.8.0...v3.1.0) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
1 parent 0d0b34d commit 5b4fabc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repos:
3030
- tomli
3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.20.0
33+
rev: v3.21.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py39-plus]
3737

3838
- repo: https://github.com/PyCQA/isort
39-
rev: 6.1.0
39+
rev: 7.0.0
4040
hooks:
4141
- id: isort
4242

@@ -59,10 +59,10 @@ repos:
5959
# - id: gitlint
6060
#
6161
- repo: https://github.com/asottile/setup-cfg-fmt
62-
rev: v2.8.0
62+
rev: v3.1.0
6363
hooks:
6464
- id: setup-cfg-fmt
65-
args: [--min-py3-version, '3.9']
65+
args: [--min-py-version, '3.9']
6666

6767
- repo: https://github.com/gitleaks/gitleaks
6868
rev: v8.28.0

0 commit comments

Comments
 (0)