Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
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)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.260...v0.0.275)
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent 0d6b20f commit c6a3e84
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 @@ -23,7 +23,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
- mdformat_frontmatter

- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
additional_dependencies:
Expand All @@ -72,7 +72,7 @@ repos:
- flake8-bandit

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.260
rev: v0.0.275
hooks:
- id: ruff
args: ["--fix"]

0 comments on commit c6a3e84

Please sign in to comment.