Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.12.1 β†’ 24.3.0](psf/black@23.12.1...24.3.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 β†’ v2.13.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.13.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 94a1cb2 commit 1b34ce5
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 @@ -36,12 +36,12 @@ repos:
exclude: migrations* | docs*
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pretty-format-toml
args: [--autofix]
Expand Down

0 comments on commit 1b34ce5

Please sign in to comment.