Skip to content

Commit 4c0a6b9

Browse files
committed
update pre-commit hooks: bump versions for dependencies to latest releases
1 parent b7f5b2e commit 4c0a6b9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -19,61 +19,61 @@ repos:
1919
args: ['--pytest-test-first']
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.19.1
22+
rev: v3.20.0
2323
hooks:
2424
- id: pyupgrade
2525
args: ['--py311-plus']
2626

2727
- repo: https://github.com/psf/black
28-
rev: 24.4.2
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131
language_version: python3.11
3232
args: ['--line-length=100']
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.5.0
35+
rev: v0.12.9
3636
hooks:
3737
- id: ruff
3838
args: ['--fix', '--exit-non-zero-on-fix']
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.10.0
41+
rev: v1.17.1
4242
hooks:
4343
- id: mypy
4444
additional_dependencies: [types-PyYAML, types-paramiko]
4545
args: ['--ignore-missing-imports']
4646
files: '^ovmobilebench/(?!android/installer/).*\.py$'
4747

4848
- repo: https://github.com/pycqa/isort
49-
rev: 5.13.2
49+
rev: 6.0.1
5050
hooks:
5151
- id: isort
5252
args: ['--profile', 'black', '--line-length', '100']
5353

5454
- repo: https://github.com/commitizen-tools/commitizen
55-
rev: v3.27.0
55+
rev: v4.8.3
5656
hooks:
5757
- id: commitizen
5858
stages: [commit-msg]
5959

6060
- repo: https://github.com/adrienverge/yamllint
61-
rev: v1.35.1
61+
rev: v1.37.1
6262
hooks:
6363
- id: yamllint
6464
args: ['--strict']
6565

6666
- repo: https://github.com/igorshubovych/markdownlint-cli
67-
rev: v0.43.0
67+
rev: v0.45.0
6868
hooks:
6969
- id: markdownlint
7070
args: ['--fix']
7171

7272
- repo: https://github.com/codespell-project/codespell
73-
rev: v2.3.0
73+
rev: v2.4.1
7474
hooks:
7575
- id: codespell
76-
args: ['--skip=*.json,*.yaml,*.yml,*.txt,*.csv,*.lock', '--ignore-words-list=nd,teh,hist']
76+
args: ['--skip=*.json,*.yaml,*.yml,*.txt,*.csv,*.lock', '--ignore-words-list=nd,teh,hist,carmel']
7777

7878
ci:
7979
autofix_prs: false

0 commit comments

Comments
 (0)