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/python-poetry/poetry: 1.4.0 → 1.5.0](python-poetry/poetry@1.4.0...1.5.0)
- [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 5d2be81 commit 3570bf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ci:

repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.4.0' # add version here
rev: '1.5.0' # add version here
hooks:
- id: poetry-check
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -40,7 +40,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 @@ -59,7 +59,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 @@ -71,14 +71,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 3570bf0

Please sign in to comment.