Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#25)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0)
- [github.com/PyCQA/docformatter: v1.7.3 → v1.7.5](PyCQA/docformatter@v1.7.3...v1.7.5)
- [github.com/omnilib/ufmt: v2.1.0 → v2.2.0](omnilib/ufmt@v2.1.0...v2.2.0)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](executablebooks/mdformat@0.7.16...0.7.17)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.275...v0.0.292)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 1, 2024
1 parent 4d5b238 commit 42a952a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.13.0
hooks:
- id: pyupgrade
args: [--py38-plus]
name: Upgrade code

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.3
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

- repo: https://github.com/omnilib/ufmt
rev: v2.1.0
rev: v2.2.0
hooks:
- id: ufmt
additional_dependencies:
- black == 22.3.0
- usort == 1.0.2

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -65,8 +65,8 @@ repos:
#- flake8-return
#- flake8-simplify

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

0 comments on commit 42a952a

Please sign in to comment.