Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2908)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)

* Update

* Revert "Update"

This reverts commit c16272c.

* Update also blacken-docs

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: German <germanmartinezayuso@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and germa89 authored Mar 19, 2024
1 parent db6da50 commit 34e29c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
)
- repo: https://github.com/psf/black
rev: 24.2.0 # If version changes --> modify "blacken-docs" manually as well.
rev: 24.3.0 # If version changes --> modify "blacken-docs" manually as well.
hooks:
- id: black
args:
Expand All @@ -36,7 +36,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==24.2.0]
additional_dependencies: [black==24.3.0]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
Expand Down

0 comments on commit 34e29c7

Please sign in to comment.