Skip to content

Commit 236c172

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.2.0 → 25.9.0](psf/black-pre-commit-mirror@24.2.0...25.9.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/executablebooks/mdformat: 0.7.17 → 1.0.0](hukkin/mdformat@0.7.17...1.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent 8e9c0a1 commit 236c172

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: debug-statements
77
- id: check-json
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
10-
- repo: https://github.com/timothycrosley/isort
11-
rev: "5.13.2"
10+
- repo: https://github.com/PyCQA/isort
11+
rev: "7.0.0"
1212
hooks:
1313
- id: isort
1414
additional_dependencies: [toml]
15-
- repo: https://github.com/psf/black
16-
rev: "24.2.0"
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: "25.9.0"
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.0.0
20+
rev: 7.3.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: ["flake8-docstrings", "flake8-pyproject"]
2424
- repo: https://github.com/executablebooks/mdformat
25-
rev: 0.7.17
25+
rev: 1.0.0
2626
hooks:
2727
- id: mdformat
2828
additional_dependencies:
2929
- mdformat-gfm
3030
- mdformat-mkdocs
3131
exclude: "^\\.github/"
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.20.0
33+
rev: v3.21.0
3434
hooks:
3535
- id: pyupgrade
3636
args: ["--py312-plus"]

0 commit comments

Comments
 (0)