Skip to content

Commit

Permalink
Merge pull request #88 from akquinet/renovate/pre-commit-hooks
Browse files Browse the repository at this point in the history
chore(deps): update pre-commit-hooks
  • Loading branch information
rwxd authored Aug 23, 2024
2 parents dc60a92 + 9109e06 commit 6078db4
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 @@ -25,12 +25,12 @@ repos:
- "--skip-string-normalization"

- repo: https://github.com/asottile/pyupgrade
rev: "v3.16.0"
rev: "v3.17.0"
hooks:
- id: pyupgrade

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.0"
rev: "v1.11.1"
hooks:
- id: mypy
args:
Expand All @@ -40,7 +40,7 @@ repos:
- types-PyYAML

- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args:
Expand Down

0 comments on commit 6078db4

Please sign in to comment.