Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#410)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.3...v0.8.1)
- [github.com/pycqa/pylint.git: v3.3.1 → v3.3.2](https://github.com/pycqa/pylint.git/compare/v3.3.1...v3.3.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 3d49491 commit 79f6adf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- prettier-plugin-sort-json

- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix

Expand All @@ -55,7 +55,7 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.8.1
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -85,7 +85,7 @@ repos:
pass_filenames: false

- repo: https://github.com/pycqa/pylint.git
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 79f6adf

Please sign in to comment.