Skip to content

Commit e746957

Browse files
authored
Merge pull request #109 from yt-project/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3a76c7a + 17528f6 commit e746957

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: pyupgrade
2323
args: [--py37-plus]
2424
- repo: https://github.com/psf/black
25-
rev: 23.12.1
25+
rev: 24.1.1
2626
hooks:
2727
- id: black-jupyter
2828

yt_idv/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Console script for yt_idv."""
2+
23
import sys
34

45
import click

0 commit comments

Comments
 (0)