Skip to content

Commit

Permalink
Chore: Use pyproject-fmt --keep-full-version, to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 30, 2024
1 parent 6a885cb commit 12d360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ format = [
{ cmd = "black ." },
# Configure Ruff not to auto-fix (remove!) unused variables (F841) and `print` statements (T201).
{ cmd = "ruff --fix --ignore=ERA --ignore=F401 --ignore=F841 --ignore=T20 ." },
{ cmd = "pyproject-fmt pyproject.toml" },
{ cmd = "pyproject-fmt --keep-full-version pyproject.toml" },
]

lint = [
Expand Down

0 comments on commit 12d360f

Please sign in to comment.