Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Feb 5, 2025
1 parent 8ebc8bc commit 81c7fb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
post_install: uv sync --resolution lowest-direct
- os: ubuntu-latest
python-version: '3.12'
post_install: uv sync --upgrade --latest
post_install: uv sync --upgrade

needs:
- build-wheel
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel"] # PEP 508 specifications.

[tool.setuptools.dynamic]
readme = {file=["README.rst"]}

[project]
name = "darker"
version = "2.1.1"
Expand Down

0 comments on commit 81c7fb3

Please sign in to comment.