Skip to content

Commit 9ce4995

Browse files
authored
Merge pull request #105 from ansible-community/pre-commit-ci-update-config
chore: pre-commit autoupdate
2 parents e533c24 + 3675fe7 commit 9ce4995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- prettier
2828
- prettier-plugin-toml
2929
- repo: https://github.com/psf/black
30-
rev: 24.3.0
30+
rev: 24.4.2
3131
hooks:
3232
- id: black
3333
language_version: python3
@@ -36,7 +36,7 @@ repos:
3636
^docs/conf.py$
3737
)
3838
- repo: https://github.com/pre-commit/pre-commit-hooks.git
39-
rev: v4.5.0
39+
rev: v4.6.0
4040
hooks:
4141
- id: end-of-file-fixer
4242
- id: trailing-whitespace
@@ -57,7 +57,7 @@ repos:
5757
- flake8-mypy
5858
language_version: python3
5959
- repo: https://github.com/pre-commit/mirrors-mypy.git
60-
rev: v1.9.0
60+
rev: v1.10.0
6161
hooks:
6262
- id: mypy
6363
alias: mypy-py312

0 commit comments

Comments
 (0)