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/pappasam/toml-sort: v0.24.1 → v0.24.2](pappasam/toml-sort@v0.24.1...v0.24.2)
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.7.4...v0.9.6)
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0)
- [github.com/pycqa/pylint: v3.3.1 → v3.3.4](pylint-dev/pylint@v3.3.1...v3.3.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent e1e8f6f commit 571dac5
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 @@ -23,11 +23,11 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.9.6
hooks:
- id: ruff
args:
Expand All @@ -37,11 +37,11 @@ repos:
- id: ruff-format # must be after ruff
types_or: [python, pyi]
- repo: https://github.com/psf/black # must be after ruff
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.15.0
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -54,7 +54,7 @@ repos:
- py>=1.9.0
- tox>=4.23.2
- repo: https://github.com/pycqa/pylint
rev: v3.3.1
rev: v3.3.4
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 571dac5

Please sign in to comment.