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/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.7...v0.4.10)
- [github.com/rstcheck/rstcheck: v6.2.1 → v6.2.0](rstcheck/rstcheck@v6.2.1...v6.2.0)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 24, 2024
1 parent 1588d6e commit ea87f9a
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 @@ -15,18 +15,18 @@ repos:
exclude_types: [text]
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.4.10
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.1
rev: v6.2.0
hooks:
- id: rstcheck
additional_dependencies:
- tomli==2.0.1
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand Down

0 comments on commit ea87f9a

Please sign in to comment.