Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/jsh9/pydoclint: 0.5.10 → 0.5.14](jsh9/pydoclint@0.5.10...0.5.14)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
- [github.com/PyCQA/pylint: v3.3.2 → v3.3.3](pylint-dev/pylint@v3.3.2...v3.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 30, 2024
1 parent a364c46 commit 149405c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
args: [--use-current-year]
types: [python]
- repo: https://github.com/jsh9/pydoclint
rev: 0.5.10
rev: 0.5.14
hooks:
- id: pydoclint
args: ["--config=pyproject.toml"]
Expand All @@ -68,7 +68,7 @@ repos:
- id: nbqa-pyupgrade
args: ["--py39-plus"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
additional_dependencies: [pandas-stubs, types-tqdm]
Expand Down Expand Up @@ -121,7 +121,7 @@ repos:
'--ignore=D103,D107,D213',
]
- repo: https://github.com/PyCQA/pylint
rev: v3.3.2
rev: v3.3.3
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit 149405c

Please sign in to comment.