Skip to content

Commit 7329cad

Browse files
[pre-commit.ci] pre-commit autoupdate (#486)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) * Update blackend-docs dep --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Axel Huebl <[email protected]>
1 parent 7927a40 commit 7329cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repos:
7373
# Sorts Python imports according to PEP8
7474
# https://www.python.org/dev/peps/pep-0008/#imports
7575
- repo: https://github.com/pycqa/isort
76-
rev: 5.13.1
76+
rev: 5.13.2
7777
hooks:
7878
- id: isort
7979
name: isort (python)
@@ -91,15 +91,15 @@ repos:
9191

9292
# Python Formatting
9393
- repo: https://github.com/psf/black
94-
rev: 23.11.0 # Keep in sync with blacken-docs
94+
rev: 23.12.0 # Keep in sync with blacken-docs
9595
hooks:
9696
- id: black
9797
- repo: https://github.com/asottile/blacken-docs
9898
rev: 1.16.0
9999
hooks:
100100
- id: blacken-docs
101101
additional_dependencies:
102-
- black==23.11.0 # keep in sync with black hook
102+
- black==23.12.0 # keep in sync with black hook
103103
# TODO: black-jupyter
104104

105105
# Jupyter Notebooks: clean up all cell outputs

0 commit comments

Comments
 (0)