Diff: https://github.com/tefra/xsdata/compare/refs/tags/v24.12...v25.4 Changelog: https://github.com/tefra/xsdata/blob/refs/tags/v25.4/CHANGES.md
22 lines
744 B
Diff
22 lines
744 B
Diff
diff --git a/xsdata/formats/dataclass/generator.py b/xsdata/formats/dataclass/generator.py
|
|
index f30196b1..b7934b3d 100644
|
|
--- a/xsdata/formats/dataclass/generator.py
|
|
+++ b/xsdata/formats/dataclass/generator.py
|
|
@@ -240,14 +240,14 @@ class DataclassGenerator(AbstractGenerator):
|
|
"""
|
|
commands = [
|
|
[
|
|
- "ruff",
|
|
+ "@ruff@",
|
|
"format",
|
|
"--config",
|
|
f"line-length={self.config.output.max_line_length}",
|
|
*file_paths,
|
|
],
|
|
[
|
|
- "ruff",
|
|
+ "@ruff@",
|
|
"check",
|
|
"--config",
|
|
f"line-length={self.config.output.max_line_length}",
|