Skip to content

Commit 91101ef

Browse files
authored
pre commit update (#226)
* update template * pre commit autoupdate
1 parent f0a8a5c commit 91101ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
- id: sort-simple-yaml
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.8.4'
22+
rev: 'v0.9.2'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
2626
- id: ruff-format
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.3.0
28+
rev: v2.4.0
2929
hooks:
3030
- id: codespell
3131
additional_dependencies: ["tomli"]

tests/test_factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242

4343
@pytest.mark.parametrize(
44-
"fs,cls",
44+
("fs", "cls"),
4545
implementations,
4646
ids=[param.values[0] for param in implementations], # type: ignore[misc]
4747
)
@@ -69,7 +69,7 @@ def test_multiple_paths(self, tmp_upath_factory, fs, cls):
6969

7070

7171
@pytest.mark.parametrize(
72-
"fs,cls",
72+
("fs", "cls"),
7373
with_versioning,
7474
ids=[param.values[0] for param in with_versioning], # type: ignore[misc]
7575
)

0 commit comments

Comments
 (0)