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.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/crate-ci/typos: v1.23.5 → v1.23.6](crate-ci/typos@v1.23.5...v1.23.6)
  • Loading branch information
pre-commit-ci[bot] authored and imagejan committed Aug 7, 2024
1 parent ba9c3b1 commit 4f79b1f
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 @@ -7,16 +7,16 @@ repos:
- id: trailing-whitespace
- id: check-yaml # checks for correct yaml syntax for github actions ex.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --ignore=E501]
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/crate-ci/typos
rev: v1.23.5
rev: v1.23.6
hooks:
- id: typos
files: \.(py|md|rst|yaml|toml)
Expand Down

0 comments on commit 4f79b1f

Please sign in to comment.