Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#758)
Browse files Browse the repository at this point in the history
Co-authored-by: apoclyps <[email protected]>
  • Loading branch information
apoclyps and apoclyps authored Oct 9, 2023
1 parent d698faf commit cd63c6e
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 @@ -20,7 +20,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -107,7 +107,7 @@ repos:
exclude: ^tests/

- repo: https://github.com/jendrikseipp/vulture
rev: v2.9.1
rev: v2.10
hooks:
- id: vulture
description: Find dead Python code
Expand All @@ -129,6 +129,6 @@ repos:
types: [text]

- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade

0 comments on commit cd63c6e

Please sign in to comment.