Skip to content

Commit 3a0411b

Browse files
[pre-commit.ci] pre-commit autoupdate (#488)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.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 <[email protected]>
1 parent e1d9876 commit 3a0411b

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

33

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

1919
- repo: https://github.com/pycqa/isort
2020
rev: 5.13.2
@@ -27,7 +27,7 @@ repos:
2727
]
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.1.0
30+
rev: 7.1.1
3131
hooks:
3232
- id: flake8
3333

0 commit comments

Comments
 (0)