Skip to content

Commit 3294577

Browse files
[pre-commit.ci] pre-commit autoupdate (#1987)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8f51efb commit 3294577

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.6.1
17+
rev: v0.6.2
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.11.1
24+
rev: v1.11.2
2525
hooks:
2626
- id: mypy
2727
name: mypy 3.8 on cibuildwheel/
@@ -77,7 +77,7 @@ repos:
7777

7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: 0.29.1
80+
rev: 0.29.2
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-actions

unit_test/main_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def ignore_call(*args, **kwargs):
4747

4848

4949
@pytest.fixture(autouse=True)
50-
def fake_package_dir_autouse(fake_package_dir): # noqa: ARG001
50+
def fake_package_dir_autouse(fake_package_dir):
5151
pass
5252

5353

0 commit comments

Comments
 (0)