Skip to content

Commit 7682252

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.2...v0.8.6) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
1 parent 5f030ab commit 7682252

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -12,12 +12,12 @@ repos:
1212
- id: check-ast
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.6.2
15+
rev: v0.8.6
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- repo: https://github.com/psf/black
20-
rev: 24.8.0
20+
rev: 24.10.0
2121
hooks:
2222
- id: black
2323
language_version: python3
@@ -38,7 +38,7 @@ repos:
3838
types_or: [python, markdown, rst]
3939
additional_dependencies: [tomli]
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.17.0
41+
rev: v3.19.1
4242
hooks:
4343
- id: pyupgrade
4444
- repo: https://github.com/MarcoGorelli/madforhooks
@@ -47,18 +47,18 @@ repos:
4747
# - id: conda-env-sorter # conflicts with prettier
4848
- id: check-execution-order
4949
- repo: https://github.com/executablebooks/mdformat
50-
rev: 0.7.17
50+
rev: 0.7.21
5151
hooks:
5252
- id: mdformat
5353
additional_dependencies: [mdformat-gfm, mdformat-black]
5454
exclude: ^.github/ # this avoid the hook to wrongly reformats md issue template files
5555
- repo: https://github.com/kynan/nbstripout
56-
rev: 0.7.1
56+
rev: 0.8.1
5757
hooks:
5858
- id: nbstripout
5959
args: [--keep-output]
6060
- repo: https://github.com/nbQA-dev/nbQA
61-
rev: 1.8.7
61+
rev: 1.9.1
6262
hooks:
6363
- id: nbqa-black
6464
- id: nbqa-ruff

0 commit comments

Comments
 (0)