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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.6.3](astral-sh/ruff-pre-commit@v0.3.5...v0.6.3)
- [github.com/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.2.1](tox-dev/pyproject-fmt@1.7.0...2.2.1)
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2024
1 parent 2548a67 commit 3170703
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 @@ -2,7 +2,7 @@ exclude: cmcrameri/cmaps

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-ast
Expand All @@ -15,12 +15,12 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.6.3
hooks:
- id: ruff

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.8.0
hooks:
- id: black
language_version: python3
Expand All @@ -31,14 +31,14 @@ repos:
- id: blackdoc

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args:
- --ignore-words-list=buda

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.7.0"
rev: "2.2.1"
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.9"]
Expand Down

0 comments on commit 3170703

Please sign in to comment.