repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
xsdata
/
paths.patch
blob
aad5223713228ef369c2511f191f0dd9c193af7e
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 = [
8
[
9
- "ruff",
10
+ "@ruff@",
11
"format",
12
"--stdin-filename",
13
str(file_path),