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.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/pre-commit/mirrors-prettier: v2.4.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.4.1...v4.0.0-alpha.8)
- [github.com/psf/black: 21.9b0 → 24.8.0](psf/black@21.9b0...24.8.0)
- [github.com/pycqa/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2)
- [github.com/pycqa/flake8: 3.9.2 → 7.1.1](PyCQA/flake8@3.9.2...7.1.1)
- [github.com/adrienverge/yamllint.git: v1.26.3 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.35.1)
- [github.com/pre-commit/mirrors-mypy: v0.910 → v1.11.2](pre-commit/mirrors-mypy@v0.910...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Aug 26, 2024
1 parent 9b18b0b commit 8c97fe6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -11,31 +11,31 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 24.8.0
hooks:
- id: black

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

- repo: https://github.com/pycqa/flake8
rev: 3.9.2
rev: 7.1.1
hooks:
- id: flake8

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.35.1
hooks:
- id: yamllint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v1.11.2
hooks:
- id: mypy

0 comments on commit 8c97fe6

Please sign in to comment.