Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.3.0](astral-sh/ruff-pre-commit@v0.1.13...v0.3.0)
- [github.com/jendrikseipp/vulture: v2.10 → v2.11](jendrikseipp/vulture@v2.10...v2.11)
- [github.com/pylint-dev/pylint: v3.0.1 → v3.1.0](pylint-dev/pylint@v3.0.1...v3.1.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 4, 2024
1 parent 1bf86a3 commit f3d9b6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ci:
skip: [pylint, pyright, mypy]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
rev: v0.3.0
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
Expand All @@ -33,7 +33,7 @@ repos:
- id: ruff-format
exclude: ^scripts
- repo: https://github.com/jendrikseipp/vulture
rev: 'v2.10'
rev: 'v2.11'
hooks:
- id: vulture
entry: python scripts/run_vulture.py
Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
args: [--remove]
- id: trailing-whitespace
- repo: https://github.com/pylint-dev/pylint
rev: v3.0.1
rev: v3.1.0
hooks:
- id: pylint
stages: [manual]
Expand All @@ -87,11 +87,11 @@ repos:
args: [--disable=all, --enable=redefined-outer-name]
stages: [manual]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand Down

0 comments on commit f3d9b6f

Please sign in to comment.