File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1212 }
1313 },
1414 "ruff.importStrategy" : " fromEnvironment" ,
15- "ruff.lint.args" : [
16- " --config" ,
17- " .github/linters/.ruff.toml"
18- ],
19- "ruff.format.args" : [
20- " --config" ,
21- " .github/linters/.ruff.toml"
22- ]
2315}
Original file line number Diff line number Diff line change @@ -145,13 +145,13 @@ def format(session) -> None:
145145 'check' ,
146146 '--fix-only' ,
147147 '--config' ,
148- '.github/linters/. ruff.toml' ,
148+ '.ruff.toml' ,
149149 * lint_paths_py ,
150150 )
151151 session .run (
152152 'ruff' ,
153153 'format' ,
154154 '--config' ,
155- '.github/linters/. ruff.toml' ,
155+ '.ruff.toml' ,
156156 * lint_paths_py ,
157157 )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ exclude = [
6868vcs = " git"
6969style = " pep440"
7070
71- [project . optional-dependencies ]
71+ [dependency-groups ]
7272dev = [
7373 " datamodel-code-generator>=0.30.0" ,
7474 " mypy>=1.15.0" ,
You can’t perform that action at this time.
0 commit comments