Skip to content

Commit 581f673

Browse files
[pre-commit.ci] pre-commit autoupdate (#15)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: S. Co1 <[email protected]>
1 parent 7aea51d commit 581f673

File tree

3 files changed

+218
-217
lines changed

3 files changed

+218
-217
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ ci:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.10.0
6+
rev: 25.1.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.13.2
10+
rev: 6.0.0
1111
hooks:
1212
- id: isort
1313
name: isort
@@ -35,6 +35,6 @@ repos:
3535
- id: python-check-blanket-type-ignore
3636
- id: python-use-type-annotations
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.8.6
38+
rev: v0.9.4
3939
hooks:
4040
- id: ruff

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = [
1111

1212
readme = "README.md"
1313
classifiers = [
14-
"Development Status :: 4 - Beta",
14+
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
@@ -36,10 +36,10 @@ Changelog = "https://github.com/sco1/matplotlib-window/blob/main/CHANGELOG.md"
3636

3737
[tool.uv]
3838
dev-dependencies = [
39-
"black~=24.10",
39+
"black~=25.0",
4040
"flake8~=7.1",
4141
"flake8-annotations~=3.1",
42-
"isort~=5.13",
42+
"isort~=6.0",
4343
"mypy~=1.11",
4444
"pre-commit~=4.0",
4545
"pytest~=8.3",

0 commit comments

Comments
 (0)