Skip to content

Commit 0c4b739

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2)
1 parent 0ad20f2 commit 0c4b739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst
22
repos:
33
# This should be before any formatting hooks like isort
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: "v0.12.2"
5+
rev: "v0.13.3"
66
hooks:
77
- id: ruff
88
args: ["--fix"]
99
# Run the formatter.
1010
- id: ruff-format
1111
- repo: https://github.com/PyCQA/isort
12-
rev: 6.0.1
12+
rev: 6.1.0
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-ast
1919
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
2626
- id: end-of-file-fixer
2727
- id: mixed-line-ending
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: "v1.16.1"
29+
rev: "v1.18.2"
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: [ "types-setuptools" ]

0 commit comments

Comments
 (0)