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/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.269...v0.0.275)
- [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)
- [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.12.1](tox-dev/pyproject-fmt@0.11.2...0.12.1)
  • Loading branch information
pre-commit-ci[bot] committed Jun 26, 2023
1 parent 8bf5fb1 commit e94ffff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
args: ["--write-changes"]
Expand All @@ -45,7 +45,7 @@ repos:
- id: flynt

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.269"
rev: "v0.0.275"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -61,12 +61,12 @@ repos:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
- id: blacken-docs

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.11.2"
rev: "0.12.1"
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit e94ffff

Please sign in to comment.