File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 33# pre-commit install -t pre-commit -t pre-push
44
55repos :
6- - repo : https://github.com/psf/black
7- rev : 23.1 .0
6+ - repo : https://github.com/psf/black-pre-commit-mirror
7+ rev : 25.9 .0
88 hooks :
99 - id : black
1010 - repo : https://github.com/pre-commit/mirrors-prettier
11- rev : v3 .0.0-alpha.6
11+ rev : v4 .0.0-alpha.8
1212 hooks :
1313 - id : prettier
1414 - repo : https://github.com/pre-commit/pre-commit-hooks
15- rev : v4.4 .0
15+ rev : v6.0 .0
1616 hooks :
1717 - id : check-added-large-files
1818 - id : check-ast
@@ -22,21 +22,21 @@ repos:
2222 - id : end-of-file-fixer
2323 - id : trailing-whitespace
2424 - repo : https://github.com/PyCQA/flake8
25- rev : 6.0 .0
25+ rev : 7.3 .0
2626 hooks :
2727 - id : flake8
2828 args :
2929 - --max-line-length=100
3030 - repo : https://github.com/pre-commit/mirrors-mypy
31- rev : v1.1.1
31+ rev : v1.18.2
3232 hooks :
3333 - id : mypy
3434 args : [--no-strict-optional, --ignore-missing-imports]
3535 additional_dependencies : [types-click, types-requests, types-PyYAML]
3636 - repo : https://github.com/packit/pre-commit-hooks
37- rev : v1.0 .0
37+ rev : v1.3 .0
3838 hooks :
3939 - id : check-rebase
4040 args :
4141 - https://github.com/packit/dist-git-to-source-git.git
42- stages : [manual, push]
42+ stages : [manual, pre- push]
You can’t perform that action at this time.
0 commit comments