Skip to content

Commit f32bcbe

Browse files
chore: update pre-commit hooks (#221)
* chore: update pre-commit hooks updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 4347835 commit f32bcbe

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
@@ -6,15 +6,15 @@ exclude: "^({{cookiecutter\\.project_name}}|hooks/pre_gen_project.py$)"
66

77
repos:
88
- repo: https://github.com/psf/black
9-
rev: "23.3.0"
9+
rev: "23.7.0"
1010
hooks:
1111
- id: black-jupyter
1212

1313
- repo: https://github.com/asottile/blacken-docs
1414
rev: "1.15.0"
1515
hooks:
1616
- id: blacken-docs
17-
additional_dependencies: [black==23.3.0]
17+
additional_dependencies: [black==23.7.0]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
rev: "v0.0.277"

0 commit comments

Comments
 (0)