Skip to content

Commit f901473

Browse files
authored
Merge branch 'main' into rajeeja/zonal-mean-analytic-band
2 parents bb37d85 + c6f36a9 commit f901473

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: v0.13.1
17+
rev: v0.13.2
1818
hooks:
1919
- id: ruff
2020
name: lint with ruff
@@ -25,9 +25,3 @@ repos:
2525
- id: ruff-format
2626
name: format with ruff
2727
types_or: [ python, pyi, jupyter ]
28-
29-
- repo: https://github.com/keewis/blackdoc
30-
rev: v0.4.1
31-
hooks:
32-
- id: blackdoc
33-
additional_dependencies: [ "black==24.10.0" ]

0 commit comments

Comments
 (0)