Skip to content

Commit 499ae6f

Browse files
authored
Merge pull request #305 from python-windrose/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 48431b5 + d1e6ee4 commit 499ae6f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
language_version: python3
2323

2424
- repo: https://github.com/keewis/blackdoc
25-
rev: v0.4.3
25+
rev: v0.4.5
2626
hooks:
2727
- id: blackdoc
2828

@@ -46,17 +46,17 @@ repos:
4646
args: [--config=pyproject.toml]
4747

4848
- repo: https://github.com/asottile/add-trailing-comma
49-
rev: v3.2.0
49+
rev: v4.0.0
5050
hooks:
5151
- id: add-trailing-comma
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.13.3
54+
rev: v0.14.3
5555
hooks:
5656
- id: ruff
5757

5858
- repo: https://github.com/tox-dev/pyproject-fmt
59-
rev: v2.7.0
59+
rev: v2.11.0
6060
hooks:
6161
- id: pyproject-fmt
6262

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
]
3132
dynamic = [
3233
"version",

0 commit comments

Comments
 (0)