Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tcm5343/cycl into initial
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm5343 committed Feb 7, 2025
2 parents 1b89a6e + d9ee47d commit 6d7ff0f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
5 changes: 0 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ Next steps:
1. Add `cycl --check` as first feature, publish v1.0.0 to pypi
2. Add ability to ignore known cycles, how to break the cycle?
3. Add ability to reduce via tags, check out jquery --reduce-on maybe?

# ruff check --fix # to fix

cycl check
cycl check --exit-zero
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build==1.2.2
build==1.2.2.post1
twine==6.1.0
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest-cov==6.0.0
pytest-subtests==0.14.1
pytest-sugar==1.0.0
pytest==8.3.4
ruff==0.9.3
ruff==0.9.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.36.8
boto3==1.36.14
networkx==3.4.2
1 change: 1 addition & 0 deletions src/cycl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

from .cycl import build_dependency_graph

# todo: how to resolve?
# __version__ = importlib.metadata.version(__package__ or __name__)

0 comments on commit 6d7ff0f

Please sign in to comment.