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.77 → 0.78
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.239 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.239...v0.0.276)
- [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent 6b8b5d4 commit cb5ea6e
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
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/ikamensh/flynt/
rev: '0.77'
rev: '0.78'
hooks:
- id: flynt
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.239'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.276'
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.9
Expand Down

0 comments on commit cb5ea6e

Please sign in to comment.