Skip to content

Commit d6bb049

Browse files
[pre-commit.ci] pre-commit autoupdate (#97)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) * Sync black & blacken-docs Versions 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 925398c commit d6bb049

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
@@ -79,7 +79,7 @@ repos:
7979
# Sorts Python imports according to PEP8
8080
# https://www.python.org/dev/peps/pep-0008/#imports
8181
- repo: https://github.com/pycqa/isort
82-
rev: 5.10.1
82+
rev: 5.11.1
8383
hooks:
8484
- id: isort
8585
name: isort (python)
@@ -97,15 +97,15 @@ repos:
9797

9898
# Python Formatting
9999
- repo: https://github.com/psf/black
100-
rev: 22.10.0 # Keep in sync with blacken-docs
100+
rev: 22.12.0 # Keep in sync with blacken-docs
101101
hooks:
102102
- id: black
103103
- repo: https://github.com/asottile/blacken-docs
104104
rev: v1.12.1
105105
hooks:
106106
- id: blacken-docs
107107
additional_dependencies:
108-
- black==22.10.0 # keep in sync with black hook
108+
- black==22.12.0 # keep in sync with black hook
109109
# TODO: black-jupyter
110110

111111
# Checks the manifest for missing files (native support)

0 commit comments

Comments
 (0)