Skip to content

Commit f5ef1e3

Browse files
authored
Merge pull request #238 from pyoceans/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d4a2771 + 311d7a4 commit f5ef1e3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
files: requirements-dev.txt
1515

1616
- repo: https://github.com/keewis/blackdoc
17-
rev: v0.4.3
17+
rev: v0.4.5
1818
hooks:
1919
- id: blackdoc
2020

@@ -34,12 +34,12 @@ repos:
3434
- --ignore-words-list=pres,nd,te,afe,ue,wil,tey,te,ot,fo
3535

3636
- repo: https://github.com/asottile/add-trailing-comma
37-
rev: v3.2.0
37+
rev: v4.0.0
3838
hooks:
3939
- id: add-trailing-comma
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.13.3
42+
rev: v0.14.3
4343
hooks:
4444
- id: ruff
4545
args: ["--fix", "--show-fixes"]
@@ -62,12 +62,12 @@ repos:
6262
- id: nb-strip-paths
6363

6464
- repo: https://github.com/tox-dev/pyproject-fmt
65-
rev: v2.7.0
65+
rev: v2.11.0
6666
hooks:
6767
- id: pyproject-fmt
6868

6969
- repo: https://github.com/woodruffw/zizmor-pre-commit
70-
rev: v1.14.2
70+
rev: v1.16.2
7171
hooks:
7272
- id: zizmor
7373

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
]
2324
dynamic = [
2425
"dependencies",

0 commit comments

Comments
 (0)