Skip to content

Commit 9871fed

Browse files
authored
Merge pull request #283 from cleder/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5240f54 + be526f6 commit 9871fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: absolufy-imports
3434
- repo: https://github.com/pycqa/isort
35-
rev: 6.0.0
35+
rev: 6.0.1
3636
hooks:
3737
- id: isort
3838
# - repo: https://github.com/PyCQA/docformatter
@@ -41,7 +41,7 @@ repos:
4141
# - id: docformatter
4242
# args: [--in-place, --make-summary-multi-line, --close-quotes-on-newline, --wrap-summaries, "88"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 'v0.9.7'
44+
rev: 'v0.9.9'
4545
hooks:
4646
- id: ruff
4747
- id: ruff-format

0 commit comments

Comments
 (0)