Skip to content

Commit b7c4165

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [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)
1 parent 72df084 commit b7c4165

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-yaml
1313
- id: check-added-large-files
1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.2
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818
args: [--profile, black, --filter-files]
@@ -21,17 +21,17 @@ repos:
2121
hooks:
2222
- id: autoflake
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.17.0
24+
rev: v3.19.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]
2828
- repo: https://github.com/psf/black
29-
rev: 24.8.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
language_version: python3
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.1.1
34+
rev: 7.2.0
3535
hooks:
3636
- id: flake8
3737
args: [--count, --show-source, --statistics]
@@ -45,7 +45,7 @@ repos:
4545
- pyflakes
4646
- tryceratops
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.11.2
48+
rev: v1.15.0
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:
@@ -58,6 +58,6 @@ repos:
5858
hooks:
5959
- id: yamlfmt
6060
- repo: https://github.com/asottile/setup-cfg-fmt
61-
rev: v2.5.0
61+
rev: v2.8.0
6262
hooks:
6363
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)