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.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/psf/black-pre-commit-mirror: 24.2.0 → 24.10.0](psf/black-pre-commit-mirror@24.2.0...24.10.0)
- [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 21b1382 commit 72e135d
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 @@ -4,7 +4,7 @@ ci:
autofix_prs: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace
exclude: '\.(pdb|gro|top|sdf|xml|cif|graphml)$'
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
- id: black-jupyter
Expand All @@ -29,7 +29,7 @@ repos:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.7.0
hooks:
- id: interrogate
args: [--fail-under=28]
Expand Down

0 comments on commit 72e135d

Please sign in to comment.