Skip to content

Commit 703683a

Browse files
committed
pin ruff
1 parent 9d6d022 commit 703683a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dev = [
2323
"pytest>=8.4.1",
2424
"pytest-cov>=6.2.1",
2525
"pytest-mock>=3.14.1",
26-
"ruff>=0.12.0",
26+
"ruff==0.11.12",
2727
"setuptools>=80.9.0",
2828
"setuptools-scm>=8.3.1",
2929
"wheel>=0.45.1",

tests/test_render_engine_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pathlib
22

3-
from render_engine_cli.utils import remove_output_folder
43
from render_engine.site import Site
4+
from render_engine_cli.utils import remove_output_folder
55

66

77
def test_clean_folder(tmp_path):

0 commit comments

Comments
 (0)