Skip to content

Commit bfefbfe

Browse files
authored
Update pysentry-pre-commit version to v0.3.7
Updated the version of pysentry-pre-commit from v0.3.6 to v0.3.7 in the README.
1 parent ef14016 commit bfefbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add PySentry to your `.pre-commit-config.yaml`:
1111
```yaml
1212
repos:
1313
- repo: https://github.com/pysentry/pysentry-pre-commit
14-
rev: v0.3.6
14+
rev: v0.3.7
1515
hooks:
1616
- id: pysentry # default pysentry settings
1717
```
@@ -21,7 +21,7 @@ repos:
2121
```yaml
2222
repos:
2323
- repo: https://github.com/pysentry/pysentry-pre-commit
24-
rev: v0.3.6
24+
rev: v0.3.7
2525
hooks:
2626
- id: pysentry
2727
args: ["--sources", "pypa,osv", "--fail-on", "high"]

0 commit comments

Comments
 (0)