Skip to content

Commit 795ee0e

Browse files
authored
⬆️🪝 update pre-commit hooks (#230)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) <!--pre-commit.ci end-->
2 parents f159b75 + 192fa2b commit 795ee0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565

6666
# Run code formatting with Black
6767
- repo: https://github.com/psf/black
68-
rev: "22.12.0" # Keep in sync with blacken-docs
68+
rev: "23.1.0" # Keep in sync with blacken-docs
6969
hooks:
7070
- id: black-jupyter
7171

@@ -75,7 +75,7 @@ repos:
7575
hooks:
7676
- id: blacken-docs
7777
additional_dependencies:
78-
- black==22.12.0 # keep in sync with black hook
78+
- black==23.1.0 # keep in sync with black hook
7979

8080
# Check for common mistakes
8181
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)