Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#348)
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 7, 2025
1 parent 4704c69 commit ca0cca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|aiapy/extern|^CITATION.rst)$"
repos:
- repo: https://github.com/PyCQA/docformatter
rev: master
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
hooks:
- id: docformatter
args: ["--in-place", "--pre-summary-newline", "--make-summary-multi"]
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.2"
rev: "v0.8.6"
hooks:
- id: ruff
args: ["--fix", "--unsafe-fixes"]
Expand Down

0 comments on commit ca0cca9

Please sign in to comment.