Skip to content

Commit b56188a

Browse files
committed
[DATALAD RUNCMD] pre-commit autoupdate
=== Do not change lines below === { "chain": [], "cmd": "pre-commit autoupdate", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 5ef9981 commit b56188a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-json
@@ -10,17 +10,17 @@ repos:
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.1.0
13+
rev: 24.8.0
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.12.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 6.0.0
23+
rev: 7.1.1
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:

0 commit comments

Comments
 (0)