Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/ansys/pre-commit-hooks: v0.4.3 → v0.4.4](ansys/pre-commit-hooks@v0.4.3...v0.4.4)
- [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1)
- [github.com/PyCQA/docformatter: eb1df34 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent 3832050 commit a2620d8
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
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.4.3
rev: v0.4.4
hooks:
- id: add-license-headers
args:
Expand All @@ -13,7 +13,7 @@ repos:
- id: black

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies: [black==24.4.2]
Expand All @@ -29,7 +29,7 @@ repos:
- id: flake8

- repo: https://github.com/PyCQA/docformatter
rev: eb1df34
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down

0 comments on commit a2620d8

Please sign in to comment.