mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
[pre-commit.ci] pre-commit autoupdate (#5228)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
82e0da6d18
commit
bbb657d72e
1 changed files with 3 additions and 3 deletions
|
@ -7,20 +7,20 @@ ci:
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.10.1
|
rev: 23.11.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
entry: black xonsh xontrib tests xompletions
|
entry: black xonsh xontrib tests xompletions
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
# Ruff version.
|
# Ruff version.
|
||||||
rev: 'v0.1.4'
|
rev: 'v0.1.5'
|
||||||
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.6.1' # Use the sha / tag you want to point at
|
rev: 'v1.7.0' # Use the sha / tag you want to point at
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
name: mypy xonsh
|
name: mypy xonsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue