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/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/pycqa/docformatter: master → v1.7.5](PyCQA/docformatter@master...v1.7.5)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.0](pre-commit/mirrors-mypy@v1.11.2...v1.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent d54e74d commit 34540c3
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 @@ -2,15 +2,15 @@
# See https://pre-commit.com/hooks.html for more hooks
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
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: [--safe, --line-length=100]
Expand All @@ -19,14 +19,14 @@ repos:
language_version: python3.9

- repo: https://github.com/pycqa/docformatter
rev: master
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: [--config, pyproject.toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.14.0
hooks:
- id: mypy
additional_dependencies: [types-PyYAML, types-tqdm]
Expand Down

0 comments on commit 34540c3

Please sign in to comment.