Skip to content

Commit ef3749f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.9.0](psf/black-pre-commit-mirror@23.7.0...25.9.0) - [github.com/pycqa/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/mgedmin/check-manifest: 0.47 → 0.51](mgedmin/check-manifest@0.47...0.51)
1 parent b0ea72c commit ef3749f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -16,18 +16,18 @@ repos:
1616
- id: check-yaml
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
19-
- repo: https://github.com/psf/black
20-
rev: 23.7.0
19+
- repo: https://github.com/psf/black-pre-commit-mirror
20+
rev: 25.9.0
2121
hooks:
2222
- id: black
2323
language_version: python3
2424
additional_dependencies: ['click<8.1']
2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.12.0
26+
rev: 7.0.0
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 6.0.0
30+
rev: 7.3.0
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -38,7 +38,7 @@ repos:
3838
- flake8-tidy-imports
3939
- flake8-print
4040
- repo: https://github.com/mgedmin/check-manifest
41-
rev: "0.47"
41+
rev: "0.51"
4242
hooks:
4343
- id: check-manifest
4444
args: [--no-build-isolation]

0 commit comments

Comments
 (0)