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

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.272 → v0.0.275](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.272...v0.0.275)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.4.1)

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-06-30 10:05:23 +05:30 committed by GitHub
parent f303f0f395
commit 76d2174986
Failed to generate hash of commit

View file

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