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.7.0 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.0...v0.7.4)
- [github.com/asottile/setup-cfg-fmt: v2.6.0 → v2.7.0](asottile/setup-cfg-fmt@v2.6.0...v2.7.0)
- [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 18, 2024
1 parent a1de861 commit 272c755
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
name: isort (python)

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.0"
rev: "v0.7.4"
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand All @@ -41,12 +41,12 @@ repos:
- id: python-use-type-annotations

- repo: https://github.com/asottile/setup-cfg-fmt
rev: "v2.6.0"
rev: "v2.7.0"
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/asottile/pyupgrade
rev: "v3.18.0"
rev: "v3.19.0"
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -59,7 +59,7 @@ repos:
additional_dependencies: [flake8-bugbear, flake8-print]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.2"
rev: "v1.13.0"
hooks:
- id: mypy
files: histoprint
Expand Down

0 comments on commit 272c755

Please sign in to comment.