File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4.0
6+ rev : f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
77 hooks :
88 - id : check-added-large-files
99 - id : check-ast
@@ -19,33 +19,33 @@ repos:
1919 - id : trailing-whitespace
2020
2121 - repo : https://github.com/psf/black
22- rev : 23.7.0
22+ rev : e87737140f32d3cd7c44ede75f02dcd58e55820e # frozen: 23.9.1
2323 hooks :
2424 - id : black
2525
2626 - repo : https://github.com/adamchainz/blacken-docs
27- rev : 1.16.0
27+ rev : 960ead214cd1184149d366c6d27ca6c369ce46b6 # frozen: 1.16.0
2828 hooks :
2929 - id : blacken-docs
3030
3131 - repo : https://github.com/pre-commit/mirrors-prettier
32- rev : v3.0.3
32+ rev : fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
3333 hooks :
3434 - id : prettier
3535 files : \.(css|html|md|yml|yaml)
3636 args : [--prose-wrap=preserve]
3737
3838 - repo : https://github.com/asottile/pyupgrade
39- rev : v3.10.1
39+ rev : ffb735bf0dc786a3a1e6b08043440b0bdef5bef8 # frozen: v3.13.0
4040 hooks :
4141 - id : pyupgrade
4242 args : [--py38-plus]
4343
4444ci :
45- # This ensures that pr 's aren't autofixed by the bot, rather you call
45+ # This ensures that PR 's aren't autofixed by the bot, rather you call
4646 # the bot to make the fix
4747 autofix_prs : false
4848 autofix_commit_msg : |
4949 '[pre-commit.ci 🤖] Apply code format tools to PR'
50- # Update hook versions every month (so we don't get hit with weekly update pr 's)
50+ # Update hook versions every month (so we don't get hit with weekly update PR 's)
5151 autoupdate_schedule : monthly
You can’t perform that action at this time.
0 commit comments