File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "[python]" : {
33 "editor.codeActionsOnSave" : {
4- "source.fixAll" : true
4+ "source.fixAll" : " explicit "
55 },
66 "editor.defaultFormatter" : " charliermarsh.ruff" ,
77 "editor.formatOnSave" : true
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ linkcheck:
5454
5555.PHONY : pyproject-fmt
5656 pyproject-fmt :
57- pyproject-fmt --keep-full-version -- check --indent=4 pyproject.toml
57+ pyproject-fmt --check pyproject.toml
5858
5959 .PHONY : fix-pyproject-fmt
6060 fix-pyproject-fmt :
61- pyproject-fmt --keep-full-version --indent=4 pyproject.toml
61+ pyproject-fmt pyproject.toml
6262
6363.PHONY : spelling
6464spelling :
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ dev = [
235235 " pyenchant==3.2.2" ,
236236 " Pygments==2.17.2" ,
237237 " pylint==3.0.3" ,
238- " pyproject-fmt==1.6 .0" ,
238+ " pyproject-fmt==1.7 .0" ,
239239 " pyright==1.1.348" ,
240240 " pyroma==4.2" ,
241241 " pytest==7.4.4" ,
@@ -268,6 +268,10 @@ vws = ["py.typed"]
268268
269269[tool .setuptools_scm ]
270270
271+ [tool .pyproject-fmt ]
272+ indent = 4
273+ keep_full_version = true
274+
271275[tool .pyright ]
272276
273277typeCheckingMode = " strict"
You can’t perform that action at this time.
0 commit comments