Skip to content

Commit 444d85d

Browse files
fbaeuerle4og
authored andcommitted
Add ruff.toml
Add a ruff configuration file in order to list exclusions for files that currently cannot be changed upstream.
1 parent b0525da commit 444d85d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ruff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
extend-exclude = [
2+
"score/static_reflection_with_serialization/visitor/util/visit_struct.py",
3+
"score/os/interface/qnx/gen_unsafe_headers.py",
4+
]

0 commit comments

Comments
 (0)