File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 99
1010repos :
1111 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v5 .0.0
12+ rev : v6 .0.0
1313 hooks :
1414 - id : check-added-large-files
1515 - id : check-merge-conflict
@@ -27,46 +27,46 @@ repos:
2727 - commit-msg
2828
2929 - repo : https://github.com/codespell-project/codespell
30- rev : v2.3.0
30+ rev : v2.4.1
3131 hooks :
3232 - id : codespell
3333
3434 - repo : https://github.com/adrienverge/yamllint
35- rev : v1.35 .1
35+ rev : v1.37 .1
3636 hooks :
3737 - id : yamllint
3838 args : [-c=.yamllint]
3939
4040 - repo : https://github.com/igorshubovych/markdownlint-cli
41- rev : v0.43 .0
41+ rev : v0.45 .0
4242 hooks :
4343 - id : markdownlint
4444 - id : markdownlint-fix
4545
4646 - repo : https://github.com/koalaman/shellcheck-precommit
47- rev : v0.10 .0
47+ rev : v0.11 .0
4848 hooks :
4949 - id : shellcheck
5050 args : ["--severity=warning"]
5151
5252 - repo : https://github.com/pycqa/isort
53- rev : 5.13.2
53+ rev : 6.0.1
5454 hooks :
5555 - id : isort
5656 name : isort (python)
5757
5858 - repo : https://github.com/psf/black
59- rev : 24.10 .0
59+ rev : 25.9 .0
6060 hooks :
6161 - id : black
6262 args : ["--line-length", "79"]
6363
6464 - repo : https://github.com/MarketSquare/robotframework-tidy
65- rev : 4.15 .0
65+ rev : 4.18 .0
6666 hooks :
6767 - id : robotidy
6868
6969 - repo : https://github.com/MarketSquare/robotframework-robocop
70- rev : 5 .7.0
70+ rev : v6 .7.1
7171 hooks :
7272 - id : robocop
You can’t perform that action at this time.
0 commit comments