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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
- [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0)
- [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1)
- [github.com/PyCQA/bandit: 1.7.0 → 1.8.2](PyCQA/bandit@1.7.0...1.8.2)
- [github.com/zricethezav/gitleaks: v8.0.4 → v8.23.3](gitleaks/gitleaks@v8.0.4...v8.23.3)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent af5e774 commit 500365d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
exclude: "^docs/|/migrations/"
default_stages: [commit]
default_stages: [pre-commit]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -12,18 +12,18 @@ repos:
- id: debug-statements

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py310-plus]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 25.1.0
hooks:
- id: black

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

Expand All @@ -35,7 +35,7 @@ repos:
additional_dependencies: [flake8-isort]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.14.1
hooks:
- id: mypy
args: ["--strict"]
Expand All @@ -61,13 +61,13 @@ repos:
- types-requests

- repo: https://github.com/PyCQA/bandit
rev: '1.7.0'
rev: '1.8.2'
hooks:
- id: bandit
args: ['-r', '--configfile=bandit-config.yml']

- repo: https://github.com/zricethezav/gitleaks
rev: 'v8.0.4'
rev: 'v8.23.3'
hooks:
- id: gitleaks
args: ['--config=gitleaks-config.toml']
Expand Down

0 comments on commit 500365d

Please sign in to comment.