Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/PyCQA/doc8/: v1.1.1 → v1.1.2
- [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.6.5](astral-sh/ruff-pre-commit@v0.4.7...v0.6.5)
  • Loading branch information
pre-commit-ci[bot] authored Sep 16, 2024
1 parent 07b21a0 commit fedd91d
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 @@ -25,7 +25,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/PyCQA/doc8/
rev: v1.1.1
rev: v1.1.2
hooks:
- id: doc8
require_serial: false
Expand All @@ -51,14 +51,14 @@ repos:
- id: yamllint

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
args: [-S, -l, '120']
additional_dependencies: [black==22.12.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.6.5
hooks:
- id: ruff-format
name: ruff (format)
Expand Down

0 comments on commit fedd91d

Please sign in to comment.