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 → 24.10.0](psf/black@24.8.0...24.10.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.2](gitleaks/gitleaks@v8.0.4...v8.23.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 9ffb37c commit 16aa9d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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,13 +12,13 @@ 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: 24.10.0
hooks:
- id: black

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.2'
hooks:
- id: gitleaks
args: ['--config=gitleaks-config.toml']
Expand Down

0 comments on commit 16aa9d8

Please sign in to comment.