Skip to content

Commit e229afc

Browse files
authored
Merge pull request #98 from ansible-community/pre-commit-ci-update-config
chore: pre-commit autoupdate
2 parents c0dbfab + 5ff61c2 commit e229afc

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
@@ -13,7 +13,7 @@ ci:
1313
repos:
1414
- repo: https://github.com/pre-commit/mirrors-prettier
1515
# keep it before yamllint
16-
rev: v3.0.3
16+
rev: v4.0.0-alpha.3
1717
hooks:
1818
- id: prettier
1919
# Temporary excludes so we can gradually normalize the formatting
@@ -27,7 +27,7 @@ repos:
2727
- prettier
2828
- prettier-plugin-toml
2929
- repo: https://github.com/psf/black
30-
rev: 23.10.1
30+
rev: 23.11.0
3131
hooks:
3232
- id: black
3333
language_version: python3
@@ -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.6.1
60+
rev: v1.7.1
6161
hooks:
6262
- id: mypy
6363
alias: mypy-py312

0 commit comments

Comments
 (0)