mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
[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:
parent
e1a93cef19
commit
7ec9544d7c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue