Skip to content

Commit

Permalink
Merge pull request #109 from ansible-community/pre-commit-ci-update-c…
Browse files Browse the repository at this point in the history
…onfig

chore: pre-commit autoupdate
  • Loading branch information
felixfontein authored Nov 4, 2024
2 parents 62d011a + 3b8e265 commit efe1969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- prettier
- prettier-plugin-toml
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -36,7 +36,7 @@ repos:
^docs/conf.py$
)
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -57,7 +57,7 @@ repos:
- flake8-mypy
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
alias: mypy-py312
Expand Down

0 comments on commit efe1969

Please sign in to comment.