Skip to content

Commit 163da2b

Browse files
authored
Merge pull request #285 from python-windrose/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1774e88 + 0f94ccf commit 163da2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ repos:
5151
- id: add-trailing-comma
5252

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

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2930
]
3031
dynamic = [
3132
"version",

0 commit comments

Comments
 (0)