Skip to content

Commit ade44b1

Browse files
authored
Merge pull request #194 from ioos/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8240ec4 + 9609359 commit ade44b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: add-trailing-comma
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.14.10
21+
rev: v0.14.14
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]
@@ -30,7 +30,7 @@ repos:
3030
- id: nb-strip-paths
3131

3232
- repo: https://github.com/tox-dev/pyproject-fmt
33-
rev: v2.11.1
33+
rev: v2.12.1
3434
hooks:
3535
- id: pyproject-fmt
3636

@@ -46,7 +46,7 @@ repos:
4646
- --ignore-words-list=pres,ba,ot
4747

4848
- repo: https://github.com/woodruffw/zizmor-pre-commit
49-
rev: v1.20.0
49+
rev: v1.22.0
5050
hooks:
5151
- id: zizmor
5252

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ description = "IOOS QARTOD and Quality Control tests implemented in Python"
1212
readme = "README.md"
1313
license = { file = "LICENSE.txt" }
1414
maintainers = [
15-
{ name = "Kyle Wilcox", email = "kyle@axds.co" },
1615
{ name = "Filipe Fernandes", email = "ocefpaf+ioos_qc@gmail.com" },
16+
{ name = "Kyle Wilcox", email = "kyle@axds.co" },
1717
]
1818
requires-python = ">=3.10"
1919
classifiers = [

0 commit comments

Comments
 (0)