Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.269...v0.0.291)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
- [github.com/hoefling/pre-commit-pytype: 2023.4.27 → 2023.7.21](hoefling/pre-commit-pytype@2023.4.27...2023.7.21)
  • Loading branch information
pre-commit-ci[bot] authored Sep 26, 2023
1 parent c87e005 commit cf6cfc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ci:
- pytype # does not support py3.11 yet

repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.269
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -20,7 +20,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix, --config=_typeshed/pyproject.toml]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
types: []
Expand All @@ -47,7 +47,7 @@ repos:
- id: pretty-format-json
args: [--autofix]
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -68,14 +68,14 @@ repos:
- id: bandit
exclude: tests/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.5.1
hooks:
- id: mypy
exclude: tests/.*.py
types: [python]
additional_dependencies: [devpi-client,keyring]
- repo: https://github.com/hoefling/pre-commit-pytype
rev: 2023.4.27
rev: 2023.7.21
hooks:
- id: pytype
exclude: tests/.*.py
Expand Down

0 comments on commit cf6cfc2

Please sign in to comment.