Skip to content

Commit 75718ac

Browse files
[pre-commit.ci] pre-commit autoupdate (sigmavirus24#1197)
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 242a5eb commit 75718ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ repos:
1414
types: [text]
1515
stages: [pre-commit, pre-push, manual]
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black
21-
rev: 24.10.0
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.17.0
25+
rev: v3.19.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py37-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.11.2
30+
rev: v1.15.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: gitlint
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v2.5.0
42+
rev: v2.8.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
args: [--min-py3-version, '3.7']

0 commit comments

Comments
 (0)