Skip to content

Commit 63269b2

Browse files
[pre-commit.ci] pre-commit autoupdate (#391)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 533c369 commit 63269b2

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
@@ -2,7 +2,7 @@ repos:
22

33

44
- repo: https://github.com/psf/black
5-
rev: 23.12.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
5+
rev: 23.12.1 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
66
hooks:
77
- id: black
88
args: [
@@ -14,7 +14,7 @@ repos:
1414
rev: 1.16.0
1515
hooks:
1616
- id: blacken-docs
17-
additional_dependencies: [black==23.12.0]
17+
additional_dependencies: [black==23.12.1]
1818

1919
- repo: https://github.com/pycqa/isort
2020
rev: 5.13.2

0 commit comments

Comments
 (0)