Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Jul 19, 2024
1 parent 2872c96 commit 4f5bad8
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 @@ -5,7 +5,7 @@ fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -32,11 +32,11 @@ repos:
args: [--settings-path=pyproject.toml] # ["--profile", "black" ]

- repo: https://github.com/dosisod/refurb
rev: v1.27.0
rev: v2.0.0
hooks:
- id: refurb

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

0 comments on commit 4f5bad8

Please sign in to comment.