File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11files : ^components/omega/
22repos :
33 - repo : https://github.com/Takishima/cmake-pre-commit-hooks
4- rev : v1.9.5
4+ rev : v1.9.6
55 hooks :
66 - id : clang-format
77 # - id: clang-tidy
1010 # - id: include-what-you-use
1111
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : v4.5 .0
13+ rev : v4.6 .0
1414 hooks :
1515 - id : trailing-whitespace
1616 - id : end-of-file-fixer
@@ -34,17 +34,23 @@ repos:
3434 # Need to use flake8 GitHub mirror due to CentOS git issue with GitLab
3535 # https://github.com/pre-commit/pre-commit/issues/1206
3636 - repo : https://github.com/pycqa/flake8
37- rev : 7.0.0
37+ rev : 7.1.1
3838 hooks :
3939 - id : flake8
4040 args : ["--config=components/omega/python_lint.cfg"]
4141 additional_dependencies : [flake8-isort]
4242
4343 # Can run individually with `pre-commit run mypy --all-files`
4444 - repo : https://github.com/pre-commit/mirrors-mypy
45- rev : v1.9.0
45+ rev : v1.11.2
4646 hooks :
4747 - id : mypy
4848 args : ["--config=components/omega/python_lint.cfg", "--show-error-codes"]
4949 verbose : true
5050 additional_dependencies : ['types-requests']
51+
52+
53+ # https://pre-commit.ci/#configuration
54+ ci :
55+ autofix_prs : false
56+ autoupdate_schedule : monthly
You can’t perform that action at this time.
0 commit comments