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/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
- [github.com/jsh9/pydoclint: 0.5.12 → 0.5.13](jsh9/pydoclint@0.5.12...0.5.13)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent fe2e66a commit c583694
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
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.8.3'
rev: 'v0.8.4'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
args: ['--baseline', '.secrets.baseline']
additional_dependencies: ["gibberish-detector"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand All @@ -60,7 +60,7 @@ repos:
test.*
)$
- repo: https://github.com/jsh9/pydoclint
rev: 0.5.12
rev: 0.5.13
hooks:
- id: pydoclint
args:
Expand Down

0 comments on commit c583694

Please # to comment.