Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.12.0 → 23.10.1](psf/black@22.12.0...23.10.1)
- [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-mypy.git: v1.5.1 → v1.6.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.5.1...v1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored and webknjaz committed Nov 29, 2023
1 parent f101af9 commit 6806386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- prettier
- prettier-plugin-toml
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.10.1
hooks:
- id: black
language_version: python3
Expand All @@ -36,7 +36,7 @@ repos:
^docs/conf.py$
)
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -57,7 +57,7 @@ repos:
- flake8-mypy
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
alias: mypy-py312
Expand Down

0 comments on commit 6806386

Please sign in to comment.