1
0
forked from Georg/pyacl

Add isort script

Easier isorting following the custom ruff linting rules.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-09-17 23:57:00 +02:00
parent 18c3fefd1b
commit 4a2fb83885
Signed by untrusted user: Georg
GPG Key ID: 1ED2F138E7E6FF57

2
scripts/isort.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
isort --fgw 4 -m VERTICAL_HANGING_INDENT --tc .