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.282 → v0.0.286](astral-sh/ruff-pre-commit@v0.0.282...v0.0.286)
- [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0)
- [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](abravalheri/validate-pyproject@v0.13...v0.14)
  • Loading branch information
pre-commit-ci[bot] authored Aug 29, 2023
1 parent 53b87b4 commit f2a883e
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 @@ -43,7 +43,7 @@ repos:
exclude: "asdf/(extern||_jsonschema)/.*"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.282'
rev: 'v0.0.286'
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -54,11 +54,11 @@ repos:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: '1.15.0'
rev: '1.16.0'
hooks:
- id: blacken-docs

- repo: https://github.com/abravalheri/validate-pyproject
rev: "v0.13"
rev: "v0.14"
hooks:
- id: validate-pyproject

0 comments on commit f2a883e

Please sign in to comment.