Skip to content

Commit 684b2ed

Browse files
chore: pre-commit autoupdate (#329)
updates: - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.7](PyCQA/docformatter@eb1df34...v1.7.7) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e88da13 commit 684b2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
hooks:
2020
- id: python-no-eval # A quick check for the eval() built-in function.
2121
- repo: https://github.com/PyCQA/docformatter
22-
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38 # Don't autoupdate until https://github.com/PyCQA/docformatter/issues/293 is fixed
22+
rev: v1.7.7 # Don't autoupdate until https://github.com/PyCQA/docformatter/issues/293 is fixed
2323
hooks:
2424
- id: docformatter
2525
exclude: mkdocs_macros.py
2626
args: [--in-place]
2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 7.2.0
28+
rev: 7.3.0
2929
hooks:
3030
- id: flake8
3131
# additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-spellcheck, flake8-import-order]

0 commit comments

Comments
 (0)