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.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4)
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4)
- [github.com/pappasam/toml-sort.git: v0.23.1 → v0.24.1](https://github.com/pappasam/toml-sort.git/compare/v0.23.1...v0.24.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 18, 2024
1 parent c27d6b0 commit 14ff5f1
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
@@ -1,7 +1,7 @@
repos:
# ruff PyBispectra
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff
name: ruff lint pybispectra
Expand All @@ -10,7 +10,7 @@ repos:

# ruff examples
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff
name: ruff lint examples
Expand Down Expand Up @@ -45,7 +45,7 @@ repos:

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

Expand Down

0 comments on commit 14ff5f1

Please sign in to comment.