Skip to content

Commit

Permalink
Updating precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate committed Aug 12, 2024
1 parent 76f6e20 commit eec7741
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 @@ -59,19 +59,19 @@ repos:
]

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.8.0
hooks:
- id: black
args: [-l 100]

- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.18.0
hooks:
- id: blacken-docs
args: [--skip-errors]
files: ^(docs/.*\.rst|src/hbneat/.*\.py)$
additional_dependencies:
- black==22.6.0.
- black==24.8.0
# <---- Formatting -----------------------------------------------------------------------------

# ----- Code Analysis ------------------------------------------------------------------------->
Expand Down

0 comments on commit eec7741

Please sign in to comment.