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/psf/black: 24.2.0 → 24.10.0](psf/black@24.2.0...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.8.4](astral-sh/ruff-pre-commit@v0.3.0...v0.8.4)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.0](pre-commit/mirrors-mypy@v1.8.0...v1.14.0)
- [github.com/commitizen-tools/commitizen: v3.16.0 → v4.1.0](commitizen-tools/commitizen@v3.16.0...v4.1.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.14](jendrikseipp/vulture@v2.11...v2.14)
- [github.com/hadolint/hadolint: v2.12.1-beta → v2.13.1-beta](hadolint/hadolint@v2.12.1-beta...v2.13.1-beta)
- [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.30.0](python-jsonschema/check-jsonschema@0.28.0...0.30.0)
- [github.com/PyCQA/bandit: 1.7.7 → 1.8.0](PyCQA/bandit@1.7.7...1.8.0)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → v2.5.0](tox-dev/pyproject-fmt@1.7.0...v2.5.0)
- [github.com/google/yamlfmt: v0.11.0 → v0.14.0](google/yamlfmt@v0.11.0...v0.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 79c2034 commit 1e7958f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.8.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: ^docs|tests
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
files: \.(py|md)$
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.7.0
hooks:
- id: interrogate
args: [-v, --fail-under=100]
files: ^src/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -49,13 +49,13 @@ repos:
- id: check-toml
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.14.0
hooks:
- id: mypy
files: ^src
additional_dependencies: [types-all]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.16.0
rev: v4.1.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -66,20 +66,20 @@ 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.14
hooks:
- id: vulture
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.1-beta
hooks:
- id: hadolint-docker
args: ['--ignore', 'DL3006']
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.30.0
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -91,18 +91,18 @@ repos:
exclude: tests
args: [--config, pyproject.toml]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.8.0
hooks:
- id: bandit
additional_dependencies: ["bandit[toml]"]
args: ["-c", "pyproject.toml"]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.7.0
rev: v2.5.0
hooks:
- id: pyproject-fmt
args: [--indent, '2']
- repo: https://github.com/google/yamlfmt
rev: v0.11.0
rev: v0.14.0
hooks:
- id: yamlfmt
- repo: https://github.com/python-poetry/poetry
Expand Down

0 comments on commit 1e7958f

Please sign in to comment.