Skip to content

Commit

Permalink
Update pre-commit versions
Browse files Browse the repository at this point in the history
```
pre-commit autoupdate
```
  • Loading branch information
ax3l committed Apr 29, 2024
1 parent 90a9403 commit 7a9f84e
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 @@ -81,21 +81,21 @@ repos:

# Python Formatting
- repo: https://github.com/psf/black
rev: 24.4.0 # Keep in sync with blacken-docs
rev: 24.4.2 # Keep in sync with blacken-docs
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.4.0 # keep in sync with black hook
- black==24.4.2 # keep in sync with black hook
# TODO: black-jupyter

# Python: Ruff linter
# https://docs.astral.sh/ruff/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 7a9f84e

Please sign in to comment.