Skip to content

Commit 918b8cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.6.0 → 26.1.0](psf/black-pre-commit-mirror@22.6.0...26.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v1.19.1](pre-commit/mirrors-mypy@v0.961...v1.19.1) - [github.com/PyCQA/isort: 5.10.1 → 8.0.0](PyCQA/isort@5.10.1...8.0.0) - [github.com/pre-commit/mirrors-prettier: v2.6.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.6.1...v4.0.0-alpha.8) - [github.com/PyCQA/flake8: 4.0.1 → 7.3.0](PyCQA/flake8@4.0.1...7.3.0)
1 parent c0c9cf1 commit 918b8cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ repos:
44
hooks:
55
- id: seed-isort-config
66
name: Seed isort
7-
- repo: https://github.com/psf/black
8-
rev: 22.6.0
7+
- repo: https://github.com/psf/black-pre-commit-mirror
8+
rev: 26.1.0
99
hooks:
1010
- id: black
1111
language_version: python3
1212
args: [--line-length=100, --target-version=py38]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.3.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: end-of-file-fixer
1717
exclude: ^.bumpversion.cfg
1818
- id: trailing-whitespace
1919
exclude: ^.bumpversion.cfg
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: "v0.961"
21+
rev: "v1.19.1"
2222
hooks:
2323
- id: mypy
2424
name: Lint core with mypy
@@ -29,18 +29,18 @@ repos:
2929
additional_dependencies:
3030
- "types-all"
3131
- repo: https://github.com/PyCQA/isort
32-
rev: "5.10.1"
32+
rev: "8.0.0"
3333
hooks:
3434
- id: isort
3535
name: Sort import with isort
3636
args: ["-m3", "-w 100", "--tc"]
3737
# exclude: ^tests/
3838
- repo: https://github.com/pre-commit/mirrors-prettier
39-
rev: "v2.6.1"
39+
rev: "v4.0.0-alpha.8"
4040
hooks:
4141
- id: prettier
4242
- repo: https://github.com/PyCQA/flake8
43-
rev: "4.0.1"
43+
rev: "7.3.0"
4444
hooks:
4545
- id: flake8
4646
exclude: ^tests/

0 commit comments

Comments
 (0)