Skip to content

Commit

Permalink
Merge pull request #66 from sdr-enthusiasts/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
chore(deps): Update pre-commit hooks
  • Loading branch information
fredclausen authored Jun 16, 2024
2 parents 692b1c7 + 49a99a2 commit e9b3df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- id: shellcheck

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.4
rev: 0.28.5
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -59,7 +59,7 @@ repos:
- id: black

- repo: https://github.com/pycqa/flake8
rev: "7.0.0" # pick a git hash / tag to point to
rev: "7.1.0" # pick a git hash / tag to point to
hooks:
- id: flake8
args: ["--extend-ignore=W503,W504,E501"]

0 comments on commit e9b3df4

Please sign in to comment.