Skip to content

Commit

Permalink
Merge pull request #109 from yt-project/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
chrishavlin committed Jan 29, 2024
2 parents 3a76c7a + 17528f6 commit e746957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black-jupyter

Expand Down
1 change: 1 addition & 0 deletions yt_idv/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Console script for yt_idv."""

import sys

import click
Expand Down

0 comments on commit e746957

Please sign in to comment.