Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 0613424

Browse files
chore(deps): update dependency ruff to v0.6.3 (#1015)
1 parent b62b39a commit 0613424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pipelines/requirements/deps/ruff.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.5.7
1+
ruff==0.6.3

tests/test_generation/test_prisma_cleanup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import subprocess
33

44
import pytest
5-
from prisma_cleanup import cleanup
65

6+
from prisma_cleanup import cleanup
77
from prisma.generator import BASE_PACKAGE_DIR
88
from prisma.generator.utils import copy_tree
99

0 commit comments

Comments
 (0)