Skip to content

Commit

Permalink
ci: pre-commit.ci auto update
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.7.1](astral-sh/ruff-pre-commit@v0.5.4...v0.7.1)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.13.0](pre-commit/mirrors-mypy@v1.11.0...v1.13.0)
- [github.com/commitizen-tools/commitizen: v3.28.0 → v3.30.0](commitizen-tools/commitizen@v3.28.0...v3.30.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3)
- [github.com/jendrikseipp/vulture: v2.11 → v2.13](jendrikseipp/vulture@v2.11...v2.13)
- [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.4](python-jsonschema/check-jsonschema@0.29.0...0.29.4)
- [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
- [github.com/tox-dev/pyproject-fmt: 2.1.4 → v2.4.3](tox-dev/pyproject-fmt@2.1.4...v2.4.3)
- [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent 9bebd2d commit 1dd27d4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
autoupdate_commit_msg: 'ci: `pre-commit.ci` auto update'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.7.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -14,7 +14,7 @@ repos:
- id: codespell
files: \.(py|md)$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -32,13 +32,13 @@ repos:
- id: check-toml
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.13.0
hooks:
- id: mypy
files: ^src
additional_dependencies: [types-all]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v3.30.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -49,15 +49,15 @@ repos:
stages: [commit-msg]
args: [--ignore=B6, --msg-filename]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.3
rev: 3.0.3
hooks:
- id: editorconfig-checker
- repo: https://github.com/jendrikseipp/vulture
rev: v2.11
rev: v2.13
hooks:
- id: vulture
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.29.4
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -68,13 +68,13 @@ repos:
additional_dependencies: [tomli]
args: [--config, pyproject.toml]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
additional_dependencies: ["bandit[toml]"]
args: ["-c", "pyproject.toml"]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.4
rev: v2.4.3
hooks:
- id: pyproject-fmt
args: [--indent, '2']
Expand All @@ -89,7 +89,7 @@ repos:
- id: poetry-lock
args: [--check]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
hooks:
- id: nbqa-check-ast
- id: nbqa-ruff
Expand Down

0 comments on commit 1dd27d4

Please sign in to comment.