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.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: v1.4 → v1.7.5](PyCQA/docformatter@v1.4...v1.7.5)
- https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck
- [github.com/rstcheck/rstcheck: v6.0.0.post1 → v6.2.0](rstcheck/rstcheck@v6.0.0.post1...v6.2.0)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/psf/black: 22.6.0 → 24.4.2](psf/black@22.6.0...24.4.2)
- [github.com/PyCQA/flake8: 5.0.4 → 7.1.0](PyCQA/flake8@5.0.4...7.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v1.10.0](pre-commit/mirrors-mypy@v0.971...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent a170c7f commit 4f534c2
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
Expand Up @@ -2,21 +2,21 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-symlinks

- repo: https://github.com/myint/docformatter
rev: v1.4
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter

- repo: https://github.com/myint/rstcheck
rev: 'v6.0.0.post1'
- repo: https://github.com/rstcheck/rstcheck
rev: 'v6.2.0'
hooks:
- id: rstcheck
args: [
Expand All @@ -26,22 +26,22 @@ repos:
]

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.1.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies: [types-all]

0 comments on commit 4f534c2

Please sign in to comment.