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.5.4](astral-sh/ruff-pre-commit@v0.0.269...v0.5.4)
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.0](PyCQA/flake8@6.0.0...7.1.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/bandit: 1.7.5 → 1.7.9](PyCQA/bandit@1.7.5...1.7.9)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.11.0](pre-commit/mirrors-mypy@v1.3.0...v1.11.0)
- [github.com/hoefling/pre-commit-pytype: 2023.4.27 → 2024.4.11](hoefling/pre-commit-pytype@2023.4.27...2024.4.11)
  • Loading branch information
pre-commit-ci[bot] committed Jul 22, 2024
1 parent c87e005 commit 4af8bef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.5.4
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: 24.4.2
hooks:
- id: black
types: []
Expand All @@ -32,7 +32,7 @@ repos:
files: ^_typeshed/.*.pyi?$
args: [--config=_typeshed/pyproject.toml]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: no-commit-to-branch
- id: trailing-whitespace
Expand All @@ -47,7 +47,7 @@ repos:
- id: pretty-format-json
args: [--autofix]
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -58,24 +58,24 @@ repos:
- flake8-pyproject==1.2.2

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.9
hooks:
- id: bandit
exclude: tests/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.11.0
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: 2024.4.11
hooks:
- id: pytype
exclude: tests/.*.py
Expand Down

0 comments on commit 4af8bef

Please sign in to comment.