Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 49c6013

Browse files
[pre-commit.ci] pre-commit autoupdate (#125)
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 7d94f9e commit 49c6013

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.10.1 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
3+
rev: 23.11.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
44
hooks:
55
- id: black
66

77
- repo: https://github.com/adamchainz/blacken-docs
88
rev: 1.16.0
99
hooks:
1010
- id: blacken-docs
11-
additional_dependencies: [black==23.10.1]
11+
additional_dependencies: [black==23.11.0]
1212

1313
- repo: https://github.com/PyCQA/flake8
1414
rev: 6.1.0

0 commit comments

Comments
 (0)