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.4.0](asottile/pyupgrade@v3.3.1...v3.4.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.264 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.264...v0.0.270)
  • Loading branch information
pre-commit-ci[bot] authored Jun 5, 2023
1 parent e7e1097 commit 135e0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -33,7 +33,7 @@ repos:
name: isort (python)
args: ["--profile=black"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.264
rev: v0.0.270
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]

0 comments on commit 135e0c7

Please sign in to comment.