Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/tox-dev/pyproject-fmt: 1.4.0 → 1.5.1](tox-dev/pyproject-fmt@1.4.0...1.5.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.3...v0.1.5)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent d99c904 commit f672cff
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 @@ -4,7 +4,7 @@ repos:
# Apply a consistent format to pyproject.toml files.
# https://pyproject-fmt.readthedocs.io/en/latest/
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.4.0"
rev: "1.5.1"
hooks:
- id: pyproject-fmt

Expand Down Expand Up @@ -42,7 +42,7 @@ repos:

# An extremely fast Python linter and formatter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.5
hooks:
- id: ruff-format
- id: ruff
Expand Down

0 comments on commit f672cff

Please sign in to comment.