Skip to content

Commit 9f1942b

Browse files
[pre-commit.ci] pre-commit autoupdate (#31)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nabil Freij <nabil.freij@gmail.com>
1 parent 3eab1d8 commit 9f1942b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
1313
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: 'v0.9.4'
15+
rev: 'v0.9.6'
1616
hooks:
1717
- id: ruff
1818
args: ['--fix', '--unsafe-fixes']

0 commit comments

Comments
 (0)