[pre-commit.ci] pre-commit autoupdate (#5139)

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.267](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.265...v0.0.267)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.2.0...v1.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2023-05-16 22:17:18 +06:00 committed by GitHub
parent e1a93cef19
commit 7ec9544d7c
Failed to generate hash of commit

View file

@ -14,13 +14,13 @@ repos:
pass_filenames: false
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.265'
rev: 'v0.0.267'
hooks:
- id: ruff
args: [., --fix, --exit-non-zero-on-fix]
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.2.0' # Use the sha / tag you want to point at
rev: 'v1.3.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
name: mypy xonsh