Skip to content

Commit 050eacd

Browse files
committed
bump black-jupyter rev# in pre-commit conf
1 parent 41ab593 commit 050eacd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ repos:
77
rev: v0.0.261
88
hooks:
99
- id: ruff
10-
args: [--fix, --ignore, "D,E501,E741,E402", --exclude, "__init__.py,emmet-cli,*_resources.py"]
10+
args:
11+
[
12+
--fix,
13+
--ignore,
14+
"D,E501,E741,E402",
15+
--exclude,
16+
"__init__.py,emmet-cli,*_resources.py",
17+
]
1118

1219
- repo: https://github.com/psf/black
13-
rev: 23.3.0
20+
rev: 25.1.0
1421
hooks:
1522
- id: black-jupyter
1623

0 commit comments

Comments
 (0)