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.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/psf/black: 22.3.0 → 24.4.2](psf/black@22.3.0...24.4.2)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/flake8: 3.9.2 → 7.0.0](PyCQA/flake8@3.9.2...7.0.0)
- [github.com/gitleaks/gitleaks: v8.16.1 → v8.18.2](gitleaks/gitleaks@v8.16.1...v8.18.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 13ae966 commit 1d7bb84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 7.0.0
hooks:
- id: flake8
args: ['--config=setup.cfg']
additional_dependencies: [flake8-isort]

- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.1
rev: v8.18.2
hooks:
- id: gitleaks

Expand Down

0 comments on commit 1d7bb84

Please sign in to comment.