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.8.6](astral-sh/ruff-pre-commit@v0.7.4...v0.8.6)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/pycqa/pylint: v3.3.1 → v3.3.3](pylint-dev/pylint@v3.3.1...v3.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent e1e8f6f commit 72c8281
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 @@ -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.8.6
hooks:
- id: ruff
args:
Expand All @@ -41,7 +41,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
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.3
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 72c8281

Please sign in to comment.