Commit 125de2c4 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

add exclusions file and ruff configuration

parent 340604c4
Loading
Loading
Loading
Loading
Loading

cicd/exclusions

0 → 100644
+1 −0
Original line number Diff line number Diff line
../doc/
 No newline at end of file

cicd/ruff.toml

0 → 100644
+3 −0
Original line number Diff line number Diff line
line-length = 120
target-version = "py39"
select = ["E", "W"]
 No newline at end of file