Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Mar 26, 2024
1 parent a542057 commit 6331811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# auto-update pre-commit versions (if > 1 week)
if which runonce &> /dev/null; then
DIR=`basename $(pwd)`
runonce -b -n $DIR -d 7 pre-commit autoupdate
fi
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,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.15.2
hooks:
- id: pyupgrade

0 comments on commit 6331811

Please sign in to comment.