Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nabil Freij <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and nabobalis authored Jan 27, 2025
1 parent 7db52af commit 94d749a
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 @@ -12,7 +12,7 @@ repos:
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.2'
rev: 'v0.9.3'
hooks:
- id: ruff
args: ['--fix', '--unsafe-fixes']
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -36,6 +36,6 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell

0 comments on commit 94d749a

Please sign in to comment.