Skip to content

Commit

Permalink
Merge pull request #170 from fmi-faim/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
imagejan authored Aug 7, 2024
2 parents ba9c3b1 + 4f79b1f commit f8a9fca
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 f8a9fca

Please sign in to comment.