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.6.0](python-poetry/poetry@1.4.0...1.6.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.13.0](asottile/pyupgrade@v3.3.1...v3.13.0)
- [github.com/PyCQA/docformatter: v1.6.2 → v1.7.5](PyCQA/docformatter@v1.6.2...v1.7.5)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/asottile/blacken-docs: 1.13.0 → 1.16.0](adamchainz/blacken-docs@1.13.0...1.16.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.262 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.262...v0.0.291)
  • Loading branch information
pre-commit-ci[bot] committed Oct 2, 2023
1 parent 5d2be81 commit c730454
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.6.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.13.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -59,26 +59,26 @@ repos:
- id: nbstripout

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

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
name: Format code

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

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

0 comments on commit c730454

Please sign in to comment.