Skip to content

Commit aaae958

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 24.4.2](psf/black-pre-commit-mirror@23.11.0...24.4.2) - [github.com/scientific-python/cookie: 2023.11.17 → 2024.04.23](scientific-python/cookie@2023.11.17...2024.04.23) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.4.5](astral-sh/ruff-pre-commit@v0.1.7...v0.4.5)
1 parent e6996c5 commit aaae958

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -12,25 +12,25 @@ repos:
1212
exclude: ".*(data.*|extern.*|licenses.*|.*.fits)$"
1313

1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 23.11.0
15+
rev: 24.4.2
1616
hooks:
1717
- id: black
1818

1919
- repo: https://github.com/scientific-python/cookie
20-
rev: 2023.11.17
20+
rev: 2024.04.23
2121
hooks:
2222
- id: sp-repo-review
2323

2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.2.6
25+
rev: v2.3.0
2626
hooks:
2727
- id: codespell
2828
args: ["--write-changes"]
2929
additional_dependencies:
3030
- tomli
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: "v0.1.7"
33+
rev: "v0.4.5"
3434
hooks:
3535
- id: ruff
3636
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)