Commit 10b9e254 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

Add exclusions file and configure ruff settings for code linting

parent 2f44b2ea
Loading
Loading
Loading
Loading
Loading

cicd/exclusions

0 → 100644
+1 −0
Original line number Diff line number Diff line
../doc/

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