Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / python-modules / xsdata / paths.patch
blobaad5223713228ef369c2511f191f0dd9c193af7e
1 diff --git a/xsdata/codegen/writer.py b/xsdata/codegen/writer.py
2 index 0301631f..3185c526 100644
3 --- a/xsdata/codegen/writer.py
4 +++ b/xsdata/codegen/writer.py
5 @@ -73,7 +73,7 @@ class CodeWriter:
6 """Run ruff format on the src code."""
7 commands = [
9 - "ruff",
10 + "@ruff@",
11 "format",
12 "--stdin-filename",
13 str(file_path),