Skip to content

Commit

Permalink
pre-commit hooks auto-update (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Remi-Gau <[email protected]>
  • Loading branch information
github-actions[bot] and Remi-Gau authored Jan 6, 2025
1 parent 310732d commit 054579c
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 @@ -23,7 +23,7 @@ repos:
args: [--profile, black, --settings-path, pyproject.toml]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -36,7 +36,7 @@ repos:
args: [--config, pyproject.toml]

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
Expand Down

0 comments on commit 054579c

Please sign in to comment.