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 7410cc5 + 5535552 commit 845051bCopy full SHA for 845051b
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.5.7'
+ rev: 'v0.6.1'
5
hooks:
6
# Run the formatter.
7
- id: ruff-format
tests/main_test.py
@@ -146,7 +146,7 @@ def test_noop(src: str) -> None:
146
SRC_CHANGED = "def foo():\n" " if (a := 0):\n" " print(a)\n"
147
148
149
-@pytest.fixture()
+@pytest.fixture
150
def project_dir(request: Any, tmp_path: pathlib.Path) -> ProjectDirT:
151
# tmp_path will be the root of the project, e.g.:
152
# tmp_path
0 commit comments