Skip to content

Commit

Permalink
pre-commit: bump repositories
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.257 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.257...v0.0.285)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.2](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.2)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
- [github.com/fsfe/reuse-tool: v1.1.2 → v2.1.0](fsfe/reuse-tool@v1.1.2...v2.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 22, 2023
1 parent 91ff0e9 commit 23aa2cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.257
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.285
hooks:
- id: ruff
args: [--fix, --show-fixes, --format, grouped]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.2
hooks:
- id: prettier
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
args: [-L, sur]
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2
rev: v2.1.0
hooks:
- id: reuse
name: add SPDX headers
Expand Down

0 comments on commit 23aa2cc

Please sign in to comment.