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.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v2.4.1 → v3.0.3](pre-commit/mirrors-prettier@v2.4.1...v3.0.3)
- [github.com/psf/black: 21.9b0 → 23.9.1](psf/black@21.9b0...23.9.1)
- [github.com/pycqa/isort: 5.9.3 → 5.12.0](PyCQA/isort@5.9.3...5.12.0)
- [github.com/pycqa/flake8: 3.9.2 → 6.1.0](PyCQA/flake8@3.9.2...6.1.0)
- [github.com/adrienverge/yamllint.git: v1.26.3 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.32.0)
- [github.com/pre-commit/mirrors-mypy: v0.910 → v1.6.0](pre-commit/mirrors-mypy@v0.910...v1.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 16, 2023
1 parent 9b18b0b commit a1c725a
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.5.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: v3.0.3
hooks:
- id: prettier

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

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

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

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

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

0 comments on commit a1c725a

Please sign in to comment.