Skip to content

Commit b13dbd5

Browse files
🤖 pre-commit autoupdate
updates: - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.22](hukkin/mdformat@0.7.16...0.7.22) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 23.3.0 → 25.9.0](psf/black@23.3.0...25.9.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0)
1 parent 632955c commit b13dbd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_commit_msg: ':robot: pre-commit autoupdate'
44
repos:
55
- repo: https://github.com/executablebooks/mdformat
6-
rev: 0.7.16
6+
rev: 0.7.22
77
hooks:
88
- id: mdformat
99
# Optionally add plugins
@@ -12,7 +12,7 @@ repos:
1212
- mdformat-black
1313
- mdformat-shfmt
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.4.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
args: ['--maxkb=50000']
@@ -34,17 +34,17 @@ repos:
3434
- id: trailing-whitespace
3535
exclude: 'setup.cfg'
3636
- repo: https://github.com/pycqa/isort
37-
rev: 5.12.0
37+
rev: 6.0.1
3838
hooks:
3939
- id: isort
4040
- repo: https://github.com/psf/black
41-
rev: 23.3.0 # Replace with any tag/version: https://github.com/psf/black/tags
41+
rev: 25.9.0 # Replace with any tag/version: https://github.com/psf/black/tags
4242
hooks:
4343
- id: black
4444
language_version: python3
4545
additional_dependencies: ['click==8.0.4'] # Currently >8.0.4 breaks black
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 6.0.0
47+
rev: 7.3.0
4848
hooks:
4949
- id: flake8
5050
additional_dependencies: [

0 commit comments

Comments
 (0)