Skip to content

Commit 0a5057b

Browse files
authored
Merge pull request #81 from target/update/pre-commit-hooks
Update pre-commit hooks
2 parents 1eed7fd + bef4aa5 commit 0a5057b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919

2020
# strips outputs from notebook files to reduce churn and minimize repo size
2121
- repo: https://github.com/kynan/nbstripout
22-
rev: "0.7.1"
22+
rev: "0.8.0"
2323
hooks:
2424
- id: nbstripout
2525

2626
# Prevent old Pythonisms
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.17.0
28+
rev: v3.19.0
2929
hooks:
3030
- id: pyupgrade
3131

0 commit comments

Comments
 (0)