Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#1540)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/docformatter: v1.5.0 → v1.5.1](PyCQA/docformatter@v1.5.0...v1.5.1)
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.240 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.240...v0.0.260)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent 140fdd6 commit 50139fc
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 @@ -48,7 +48,7 @@ repos:
- id: nbstripout

- repo: https://github.com/PyCQA/docformatter
rev: v1.5.0
rev: v1.5.1
hooks:
- id: docformatter
args:
Expand All @@ -57,7 +57,7 @@ repos:
- "--wrap-descriptions=120"

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
name: Format code
Expand All @@ -77,7 +77,7 @@ repos:
- "--skip-errors"

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

0 comments on commit 50139fc

Please sign in to comment.