Skip to content

Commit

Permalink
pre-commit hooks auto-update (#4179)
Browse files Browse the repository at this point in the history
Co-authored-by: Remi-Gau <Remi-Gau@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Remi-Gau committed Dec 26, 2023
1 parent 434f0be commit 2504bed
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 @@ -64,7 +64,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
args: [--config, pyproject.toml]
Expand All @@ -90,7 +90,7 @@ repos:
args: [--mapping, '4', --sequence, '4', --offset, '0']

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pretty-format-toml
args: [--autofix, --indent, '4']
Expand Down

0 comments on commit 2504bed

Please sign in to comment.