Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent c69ef29 commit ad61e4a
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 @@ -22,7 +22,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 @@ -50,7 +50,7 @@ repos:
exclude: CHANGELOG.md

- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
additional_dependencies:
Expand All @@ -61,8 +61,8 @@ repos:
#- flake8-return
#- flake8-simplify

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

0 comments on commit ad61e4a

Please sign in to comment.