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/ikamensh/flynt/: 0.78 → 1.0.0
- [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.276...v0.0.277)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 11, 2023
1 parent 1e89553 commit d9c3429
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 @@ -36,24 +36,24 @@ repos:
- tomli

- repo: https://github.com/ikamensh/flynt/
rev: '0.78'
rev: '1.0.0'
hooks:
- id: flynt
exclude: "asdf/extern/.*"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.276'
rev: 'v0.0.277'
hooks:
- id: ruff
args: ["--fix"]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

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

Expand Down

0 comments on commit d9c3429

Please sign in to comment.