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/asottile/pyupgrade: v3.3.1 β†’ v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0)
- https://github.com/charliermarsh/ruff-pre-commit β†’ https://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.261 β†’ v0.0.276](astral-sh/ruff-pre-commit@v0.0.261...v0.0.276)
- [github.com/codespell-project/codespell: v2.2.4 β†’ v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
  • Loading branch information
pre-commit-ci[bot] authored Jul 3, 2023
1 parent 541def3 commit 05b4e53
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 @@ -29,7 +29,7 @@ repos:
- id: beautysh
args: ["-i", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade
args:
Expand All @@ -42,12 +42,12 @@ repos:
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.261'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.276'
hooks:
- id: ruff
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
additional_dependencies: ["tomli"]
Expand Down

0 comments on commit 05b4e53

Please sign in to comment.