Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0)
- [github.com/PyCQA/docformatter: v1.6.2 → v1.7.3](PyCQA/docformatter@v1.6.2...v1.7.3)
- [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.262...v0.0.275)
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent 8691896 commit fe0d28f
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 @@ -35,7 +35,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -54,7 +54,7 @@ repos:
- id: nbstripout

- repo: https://github.com/PyCQA/docformatter
rev: v1.6.2
rev: v1.7.3
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
Expand All @@ -66,14 +66,14 @@ repos:
name: Format code

- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
- id: blacken-docs
args: [ --line-length=120, --skip-errors ]

- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.262'
rev: 'v0.0.275'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit fe0d28f

Please sign in to comment.