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-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/asottile/pyupgrade: v3.14.0 → v3.19.1](asottile/pyupgrade@v3.14.0...v3.19.1)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.2...3.0.3)
- [github.com/gitleaks/gitleaks: v8.18.0 → v8.22.1](gitleaks/gitleaks@v8.18.0...v8.22.1)
- [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.30.0](python-jsonschema/check-jsonschema@0.27.0...0.30.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.14.1](pre-commit/mirrors-mypy@v1.5.1...v1.14.1)
- [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/bandit: 1.7.5 → 1.8.0](PyCQA/bandit@1.7.5...1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 4a694c2 commit bc21fad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -17,15 +17,15 @@ repos:
- id: trailing-whitespace
- id: pretty-format-json
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.19.1
hooks:
- id: pyupgrade
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: '2.7.2'
rev: '3.0.3'
hooks:
- id: editorconfig-checker
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.0
rev: v8.22.1
hooks:
- id: gitleaks
- repo: https://github.com/jorisroovers/gitlint
Expand All @@ -41,23 +41,23 @@ repos:
# hooks:
# - id: check-poetry
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.30.0
hooks:
- id: check-github-workflows
- id: check-github-actions
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1'
rev: 'v1.14.1'
hooks:
- id: mypy
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.8.0
hooks:
- id: bandit

0 comments on commit bc21fad

Please sign in to comment.