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.4.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.4.1...v0.8.6)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent b26fdff commit b374a69
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 @@ -9,7 +9,7 @@ repos:
files: fcbg_ruff

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.8.6
hooks:
- id: ruff
name: ruff linter
Expand All @@ -20,7 +20,7 @@ repos:
files: fcbg_ruff

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies: [tomli]
Expand All @@ -33,7 +33,7 @@ repos:
additional_dependencies: [tomli]

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

0 comments on commit b374a69

Please sign in to comment.