Skip to content

Commit

Permalink
Update examples/uv-project-relative-import/.kraken.py
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Broyelle <[email protected]>
  • Loading branch information
Ghelfi and antoinebrl authored Jan 27, 2025
1 parent 87f17f8 commit 0ace5e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/uv-project-relative-import/.kraken.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@
credentials=(os.environ["LOCAL_USER"], os.environ["LOCAL_PASSWORD"]),
)
python.install()
python.mypy(version_spec="==1.10.0")
python.flake8(version_spec="==7.0.0")
python.black(version_spec="==24.4.2")
python.isort(version_spec="==5.13.2")
python.pytest()
python.publish(package_index="local", distributions=python.build(as_version="0.1.0").output_files)

0 comments on commit 0ace5e8

Please sign in to comment.