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.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0)
- [github.com/bwhmather/ssort: 0.12.4 → 0.13.0](bwhmather/ssort@0.12.4...0.13.0)
- [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.4.10](astral-sh/ruff-pre-commit@v0.2.1...v0.4.10)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 24, 2024
1 parent 0240245 commit 1afd80d
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 @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [
Expand All @@ -18,12 +18,12 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.16.0
hooks:
- id: pyupgrade

- repo: https://github.com/bwhmather/ssort
rev: 0.12.4
rev: 0.13.0
hooks:
- id: ssort

Expand All @@ -47,17 +47,17 @@ repos:
# ]

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
#args: [--line-length, "88"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.4.10
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.10.0
hooks:
- id: mypy

0 comments on commit 1afd80d

Please sign in to comment.