Skip to content

Commit 9163e16

Browse files
[pre-commit.ci] pre-commit autoupdate (#1267)
updates: - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.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 <[email protected]>
1 parent d4ccd3d commit 9163e16

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
@@ -14,15 +14,15 @@ repos:
1414
types: [text]
1515
stages: [pre-commit, pre-push, manual]
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 6.1.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black-pre-commit-mirror
2121
rev: 25.9.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.20.0
25+
rev: v3.21.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py37-plus]
@@ -39,10 +39,10 @@ repos:
3939
hooks:
4040
- id: gitlint
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v2.8.0
42+
rev: v3.1.0
4343
hooks:
4444
- id: setup-cfg-fmt
45-
args: [--min-py3-version, '3.7']
45+
args: [--min-py-version, '3.9']
4646
- repo: https://github.com/gitleaks/gitleaks
4747
rev: v8.28.0
4848
hooks:

0 commit comments

Comments
 (0)