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: v3.2.0 → v4.6.0](pre-commit/pre-commit-hooks@v3.2.0...v4.6.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.5.2 → 5.13.2](PyCQA/isort@5.5.2...5.13.2)
- [github.com/psf/black: 20.8b1 → 24.4.2](psf/black@20.8b1...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v0.720 → v1.10.0](pre-commit/mirrors-mypy@v0.720...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 61e72ca commit fb38af9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: requirements-txt-fixer
- repo: https://github.com/timothycrosley/isort
rev: 5.5.2
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.720'
rev: 'v1.10.0'
hooks:
- id: mypy
args: [--ignore-missing-imports, --disallow-untyped-defs]

0 comments on commit fb38af9

Please sign in to comment.