Skip to content

Commit 65eb19e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.16.0](asottile/pyupgrade@v3.9.0...v3.16.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.10.0](pre-commit/mirrors-mypy@v1.4.1...v1.10.0)
1 parent de86dc9 commit 65eb19e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -12,31 +12,31 @@ repos:
1212
language_version: python3
1313

1414
- repo: https://github.com/asottile/setup-cfg-fmt
15-
rev: v2.4.0
15+
rev: v2.5.0
1616
hooks:
1717
- id: setup-cfg-fmt
1818
args: [--include-version-classifiers, --min-py-version, "3.7", --max-py-version, "3.11"]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.9.0
21+
rev: v3.16.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.12.0
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030
name: isort (python)
3131
args: ["--profile", "black", "--filter-files"]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.7.0
34+
rev: 24.4.2
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.4.1
39+
rev: v1.10.0
4040
hooks:
4141
- id: mypy
4242
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)