Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Samuel Lopez <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Samuelopez-ansys authored Oct 30, 2024
1 parent f3d6dd9 commit f94c847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ exclude: |
repos:

- repo: https://github.com/psf/black
rev: 24.8.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
rev: 24.10.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
hooks:
- id: black
args:
- --line-length=120

- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies: [black==24.8.0]
additional_dependencies: [black==24.10.0]

- repo: https://github.com/pycqa/isort
rev: 5.13.2
Expand Down

0 comments on commit f94c847

Please sign in to comment.