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: v2.38.0 → v3.3.1](asottile/pyupgrade@v2.38.0...v3.3.1)
- [github.com/asottile/add-trailing-comma: v2.3.0 → v2.4.0](asottile/add-trailing-comma@v2.3.0...v2.4.0)
- [github.com/PyCQA/docformatter: v1.5.0 → v1.5.1](PyCQA/docformatter@v1.5.0...v1.5.1)
- [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.181 → v0.0.206](astral-sh/ruff-pre-commit@v0.0.181...v0.0.206)
  • Loading branch information
pre-commit-ci[bot] authored Jan 3, 2023
1 parent 7aeca29 commit a447f18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_stages: [commit, push]

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.0
rev: v3.3.1
hooks:
- id: pyupgrade

Expand All @@ -12,24 +12,24 @@ repos:
- id: ssort

- repo: https://github.com/asottile/add-trailing-comma
rev: v2.3.0
rev: v2.4.0
hooks:
- id: add-trailing-comma

- repo: https://github.com/PyCQA/docformatter
rev: v1.5.0
rev: v1.5.1
hooks:
- id: docformatter
args: [--in-place]

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.12.0
hooks:
- id: black
args: [--line-length, "88"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.181
rev: v0.0.206
hooks:
- id: ruff

Expand Down

0 comments on commit a447f18

Please sign in to comment.