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.0.287 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/rstcheck/rstcheck: v6.1.2 → v6.2.0](rstcheck/rstcheck@v6.1.2...v6.2.0)
  • Loading branch information
pre-commit-ci[bot] authored and Pierre-Sassoulas committed Sep 12, 2023
1 parent f852d84 commit 1523c89
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 @@ -16,7 +16,7 @@ repos:
doc/data/messages/m/missing-final-newline/bad.py|
)$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.287"
rev: "v0.0.288"
hooks:
- id: ruff
args: ["--fix"]
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- id: isort
exclude: doc/data/messages/
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args: [--safe, --quiet]
Expand Down Expand Up @@ -109,7 +109,7 @@ repos:
files: ^(doc/whatsnew/fragments)
exclude: doc/whatsnew/fragments/_.*.rst
- repo: https://github.com/rstcheck/rstcheck
rev: "v6.1.2"
rev: "v6.2.0"
hooks:
- id: rstcheck
args: ["--report-level=warning"]
Expand Down

0 comments on commit 1523c89

Please sign in to comment.