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/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.277...v0.0.290)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.11.0](asottile/pyupgrade@v3.9.0...v3.11.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 18, 2023
1 parent f937126 commit f777c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ repos:
- id: requirements-txt-fixer
- id: check-vcs-permalinks
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.0.290
hooks:
- id: ruff
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.11.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]

0 comments on commit f777c3d

Please sign in to comment.