Skip to content

Commit 325162d

Browse files
committed
➖ Replace black and isort with ruff
1 parent 7872900 commit 325162d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

generator/scripts/generate-client.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ cp -r ./generated/aries_cloudcontroller/ .
3434
# autoflake again to remove newly unused imports
3535
autoflake aries_cloudcontroller -i -r --remove-all-unused-imports --ignore-init-module-imports
3636
# Black format and optimise imports
37-
black aries_cloudcontroller
38-
isort aries_cloudcontroller --profile black
37+
ruff format aries_cloudcontroller
38+
ruff check --fix aries_cloudcontroller

requirements.dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
anyio~=4.10.0
22
autoflake~=2.3.1
3-
black~=25.1.0
4-
isort~=6.0.0
53
pytest~=8.4.1
64
pytest-mock~=3.14.0
75
ruff~=0.12.10

0 commit comments

Comments
 (0)