Skip to content

Commit

Permalink
pre-commit: autoupdate hook versions (#184)
Browse files Browse the repository at this point in the history
* pre-commit: autoupdate hook versions

* pre-commit: autoupdate hook versions

* pre-commit: autoupdate hook versions

* pre-commit: autoupdate hook versions

* pre-commit: autoupdate hook versions

* pre-commit: autoupdate hook versions

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 9, 2024
1 parent 6cddc10 commit 474bfbe
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 @@ -7,12 +7,12 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- id: black-jupyter
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.270'
rev: 'v0.0.282'
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 474bfbe

Please sign in to comment.