Skip to content

Commit cb62678

Browse files
[pre-commit.ci] pre-commit autoupdate (#354)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 71069c9 commit cb62678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|aiapy/extern|^CITATION.rst)$"
22
repos:
33
- repo: https://github.com/PyCQA/docformatter
4-
rev: HEAD
4+
rev: v1.7.7
55
hooks:
66
- id: docformatter
77
args: ["--in-place", "--pre-summary-newline", "--make-summary-multi"]
88
# This should be before any formatting hooks like isort
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: "v0.11.12"
10+
rev: "v0.12.2"
1111
hooks:
1212
- id: ruff
1313
args: ["--fix", "--unsafe-fixes"]

0 commit comments

Comments
 (0)