Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#400)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.13](astral-sh/ruff-pre-commit@v0.1.7...v0.1.13)
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/tox-dev/pyproject-fmt: 1.5.3 → 1.6.0](tox-dev/pyproject-fmt@1.5.3...1.6.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 21, 2024
1 parent 520e3b6 commit 15efe83
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 @@ -29,13 +29,13 @@ repos:
- id: auto-walrus

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.1.13
hooks:
- id: ruff # See pyproject.toml for args
# args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black # See pyproject.toml for args

Expand All @@ -47,7 +47,7 @@ repos:
- tomli

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.5.3
rev: 1.6.0
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit 15efe83

Please sign in to comment.