Skip to content

Commit 48686a7

Browse files
authored
Merge pull request #139 from xylar/omega/update-dev-dependencies
Update pre-commit dependencies
2 parents 229ed89 + 6ec1015 commit 48686a7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
files: ^components/omega/
22
repos:
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
@@ -10,7 +10,7 @@ repos:
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

0 commit comments

Comments
 (0)