Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
- [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22)
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
- [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0)
- [github.com/ansible/ansible-lint.git: v25.1.0 → v25.1.2](https://github.com/ansible/ansible-lint.git/compare/v25.1.0...v25.1.2)
  • Loading branch information
pre-commit-ci[bot] authored and jas88 committed Feb 11, 2025
1 parent b46583e commit 3813872
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
- id: nocommit
exclude: .pre-commit-config.yaml
- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
rev: "v2.4.1"
hooks:
- id: codespell
args:
Expand All @@ -50,7 +50,7 @@ repos:
]
# Markdown
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.21
rev: 0.7.22
hooks:
- id: mdformat
additional_dependencies:
Expand Down Expand Up @@ -83,12 +83,12 @@ repos:
- id: yesqa
additional_dependencies: [pep8-naming==0.14.1]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.14.1"
rev: "v1.15.0"
hooks:
- id: mypy
args: [--config-file, .meta/mypy.ini, --scripts-are-modules]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "24.10.0"
rev: "25.1.0"
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand All @@ -108,7 +108,7 @@ repos:
args: [-c, .meta/yamllint.yaml]
# Ansible
- repo: https://github.com/ansible/ansible-lint.git
rev: "v25.1.0"
rev: "v25.1.2"
hooks:
- id: ansible-lint
args:
Expand Down

0 comments on commit 3813872

Please sign in to comment.