Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- https://github.com/PyCQA/doc8/: v1.1.1 → v1.1.2
- [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1)
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.8.0](astral-sh/ruff-pre-commit@v0.4.7...v0.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 25, 2024
1 parent 07b21a0 commit 2e25687
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 @@ -6,7 +6,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -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.19.1
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.8.0
hooks:
- id: ruff-format
name: ruff (format)
Expand Down

0 comments on commit 2e25687

Please sign in to comment.