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.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.114 → v0.0.117](astral-sh/ruff-pre-commit@v0.0.114...v0.0.117)
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2022
1 parent 4638b2c commit 8572c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -12,14 +12,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pyupgrade
args:
- --py3-plus
- --keep-runtime-typing
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.114
rev: v0.0.117
hooks:
- id: ruff
args:
Expand Down

0 comments on commit 8572c1d

Please sign in to comment.