Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.6.8](astral-sh/ruff-pre-commit@v0.0.285...v0.6.8)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 23.7.0 → 24.8.0](psf/black@23.7.0...24.8.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.11.2](pre-commit/mirrors-mypy@v1.0.0...v1.11.2)
- [github.com/jsh9/pydoclint: 0.2.4 → 0.5.9](jsh9/pydoclint@0.2.4...0.5.9)
- [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 Sep 30, 2024
1 parent 539f351 commit f1e5396
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.285'
rev: 'v0.6.8'
hooks:
- id: ruff
exclude: test.*
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/python/black
rev: 23.7.0
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -37,26 +37,26 @@ repos:
args: ["--remove"]
- id: requirements-txt-fixer
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
additional_dependencies: ["gibberish-detector"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.11.2
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
exclude: test.*
additional_dependencies: ["pydantic", "toml", "types-all"]
- repo: https://github.com/jsh9/pydoclint
rev: 0.2.4
rev: 0.5.9
hooks:
- id: pydoclint
args:
- "--config=pyproject.toml"
- repo: https://github.com/econchick/interrogate
rev: 1.5.0 # or master if you're bold
rev: 1.7.0 # or master if you're bold
hooks:
- id: interrogate
exclude: test.*
Expand Down

0 comments on commit f1e5396

Please sign in to comment.