Skip to content

Commit

Permalink
chore: update pre-commit hooks (#1073)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 23.11.0 → 23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.11](astral-sh/ruff-pre-commit@v0.1.7...v0.1.11)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.11.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.11.0...v2.12.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 12, 2024
1 parent 5400158 commit 1f69682
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 @@ -18,12 +18,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.1.11
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand All @@ -36,7 +36,7 @@ repos:
args: [--py38-plus]

- 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]
Expand Down

0 comments on commit 1f69682

Please sign in to comment.