Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Aug 8, 2023
1 parent 1013c7e commit 3cd11bc
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 @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace
- id: detect-private-key
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.3
hooks:
- id: remove-tabs
- repo: https://github.com/codespell-project/codespell
Expand All @@ -45,7 +45,7 @@ repos:
- id: python-no-eval
- id: text-unicode-replacement-char
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 3cd11bc

Please sign in to comment.