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/pre-commit/pre-commit: v4.0.1 → v4.1.0](pre-commit/pre-commit@v4.0.1...v4.1.0)
- [github.com/PyCQA/bandit: 1.7.10 → 1.8.2](PyCQA/bandit@1.7.10...1.8.2)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
- [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7)
- [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.1.2](editorconfig-checker/editorconfig-checker.python@3.0.3...3.1.2)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored and jshwi committed Feb 1, 2025
1 parent 706221a commit 3a273da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,22 +176,22 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/pre-commit/pre-commit
rev: "v4.0.1"
rev: "v4.1.0"
hooks:
- id: validate_manifest
- repo: https://github.com/siderolabs/conform
rev: "v0.1.0-alpha.30"
hooks:
- id: conform
- repo: https://github.com/PyCQA/bandit
rev: "1.7.10"
rev: "1.8.2"
hooks:
- id: bandit
args:
- "--recursive"
- "-lll"
- repo: https://github.com/asottile/pyupgrade
rev: "v3.19.0"
rev: "v3.19.1"
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -221,29 +221,29 @@ repos:
hooks:
- id: isort
- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
rev: "v2.4.0"
hooks:
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.4.1"
rev: "1.5.0"
hooks:
- id: tox-ini-fmt
- repo: https://github.com/dannysepler/rm_unneeded_f_str
rev: "v0.2.0"
hooks:
- id: rm-unneeded-f-str
- repo: https://github.com/rhysd/actionlint
rev: "v1.7.4"
rev: "v1.7.7"
hooks:
- id: actionlint
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "3.0.3"
rev: "3.1.2"
hooks:
- id: editorconfig-checker
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.13.0"
rev: "v1.14.1"
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.12]

0 comments on commit 3a273da

Please sign in to comment.