Skip to content

Commit 3158486

Browse files
committed
chore: update ruff, add sync-with-uv to pre-commit
1 parent f838196 commit 3158486

3 files changed

Lines changed: 1458 additions & 1453 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,30 @@
22
# Please run `pre-commit run --all-files` when adding or changing entries.
33

44
repos:
5+
- repo: https://github.com/tsvikas/sync-with-uv
6+
rev: v0.4.0
7+
hooks:
8+
- id: sync-with-uv
59
- repo: https://github.com/DavidAnson/markdownlint-cli2
610
rev: v0.13.0
711
hooks:
812
- id: markdownlint-cli2
913
language_version: "18.17.1"
1014
- repo: https://github.com/codespell-project/codespell
11-
rev: v2.2.5
15+
rev: v2.4.1
1216
hooks:
1317
- id: codespell
1418
args: [--ignore-words=.codespellignore, --exclude-file=docs/example.ipynb]
1519
types_or: [jupyter, markdown, python, shell]
1620
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.5.1
21+
rev: v1.15.0
1822
hooks:
1923
- id: mypy
2024
additional_dependencies:
2125
- click != 8.1.0
2226
- stactools
2327
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.11.7
28+
rev: v0.14.2
2529
hooks:
2630
- id: ruff
2731
args: [ --fix ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dev = [
3636
"pre-commit>=3.8.0",
3737
"pytest>=7.4.4",
3838
"pytest-cov>=4.1.0",
39-
"ruff==0.11.7",
39+
"ruff>=0.14.2",
4040
]
4141

4242
[project.optional-dependencies]

0 commit comments

Comments
 (0)