Skip to content

Commit 4963c24

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 β†’ v0.15.10](astral-sh/ruff-pre-commit@v0.14.0...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 β†’ v1.20.1](pre-commit/mirrors-mypy@v1.18.2...v1.20.1) - [github.com/asottile/pyupgrade: v3.20.0 β†’ v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2)
1 parent 6bed9a6 commit 4963c24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919
args: [--maxkb=1000]
2020
exclude: \.ipynb
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.0
22+
rev: v0.15.10
2323
hooks:
2424
- id: ruff
2525
files: spectrafit/
2626
- id: ruff-format
2727
files: spectrafit/
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.18.2
29+
rev: v1.20.1
3030
hooks:
3131
- id: mypy
3232
additional_dependencies:
@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies: [toml>=0.10.2]
4848
# pyupgrade for Python 3.9+
4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.20.0
50+
rev: v3.21.2
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py39-plus, --keep-percent-format]

0 commit comments

Comments
Β (0)