We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5630c8c + 357eddd commit b7d6b4aCopy full SHA for b7d6b4a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/setup-cfg-fmt
3
- rev: v3.1.0
+ rev: v3.2.0
4
hooks:
5
- id: setup-cfg-fmt
6
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
13
14
- id: mypy
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.14.9
+ rev: v0.14.11
17
18
- id: ruff
19
args: ["--fix", "--show-fixes"]
pyproject.toml
@@ -31,10 +31,10 @@ dependencies = [
31
32
[project.optional-dependencies]
33
test = [
34
- "matplotlib==3.10.1",
+ "matplotlib==3.10.8",
35
"pytest-cov==7.0.0",
36
"pytest-mpl==0.18.0",
37
- "pytest==8.4.2",
+ "pytest==9.0.2",
38
]
39
40
[project.urls]
0 commit comments