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/gitleaks/gitleaks: v8.23.2 → v8.23.3](gitleaks/gitleaks@v8.23.2...v8.23.3)
- [github.com/ambv/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 4, 2025
1 parent 7dfd6e4 commit ed50c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- hooks:
- id: gitleaks
repo: https://github.com/gitleaks/gitleaks
rev: v8.23.2
rev: v8.23.3
- hooks:
- args: [--license-filepath=.github/license_template.txt, --use-current-year, --detect-license-in-X-top-lines=40, --skip-license-insertion-comment=Copyright]
files: |
Expand Down Expand Up @@ -59,12 +59,12 @@ repos:
- hooks:
- id: black
repo: https://github.com/ambv/black
rev: 24.10.0
rev: 25.1.0
- hooks:
- args: ["--sp", ".github/linters"]
id: isort
repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
- hooks:
- args: ["--rcfile=.github/linters/.python-lint"]
entry: pylint
Expand Down

0 comments on commit ed50c16

Please sign in to comment.