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)
- https://github.com/ikamensh/flynt/: 0.78 → 1.0.0
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.269...v0.0.278)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/asottile/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0)
- [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.13.0](tox-dev/pyproject-fmt@0.11.2...0.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 17, 2023
1 parent 0c50251 commit 7d43f05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ 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"]
additional_dependencies:
- tomli

- repo: https://github.com/ikamensh/flynt/
rev: '0.78'
rev: '1.0.0'
hooks:
- id: flynt

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.269"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.278"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -56,17 +56,17 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

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

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

Expand Down

0 comments on commit 7d43f05

Please sign in to comment.