Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: setup-mise
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2

- name: cache-deps
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "${{ inputs.python_version }}" > .python-version

- name: setup-mise
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2

- name: install-dependencies
run: uv sync --all-extras --all-groups --frozen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Run Trivy dependency scan
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
with:
scan-type: fs
format: table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: setup-mise
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2

- name: cache-venv
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "${{ matrix.python-version }}" > .python-version

- name: setup-mise
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2

- name: cache-venv
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ A Python package to generate professional LeetCode practice environments. Featur
- **grind** - Extended Grind collection including all Grind 75 plus additional problems 🚧 Partial
- **blind-75** - Original [Blind 75](https://leetcode.com/problem-list/xi4ci4ig/) curated list ✅ Complete
- **neetcode-150** - Comprehensive [NeetCode 150](https://neetcode.io/practice) problem set 🚧 Partial
- **algo-master-75** - Curated algorithmic mastery problems 🚧 Partial
- **algo-master-75** - Curated algorithmic mastery problems ✅ Complete

**Coverage**: 130+ unique problems across all major coding interview topics and difficulty levels.

Expand Down Expand Up @@ -184,7 +184,7 @@ For working within this repository to generate additional LeetCode problems usin

- **Python 3.10+** - Modern Python runtime with latest type system features
- **uv** - Fast Python package manager
- **Bake** - Modern task runner (uses typer for CLI)
- [**Bake**](https://github.com/wislertt/bakefile) - Modern task runner (uses typer for CLI)
- **Git** - Version control system
- **Graphviz** - Graph visualization library ([install guide](https://graphviz.org/download/))

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
]
dependencies = [
"anytree>=2.13.0",
"chardet>=5.2.0,<6.0.0", # restricted by requests
"cookiecutter>=2.6.0",
"graphviz>=0.21",
"json5>=0.13.0",
Expand Down Expand Up @@ -76,6 +77,7 @@ extend_exclude = [
"leetcode",
"src/leetcode_py/cli/resources"
]
per_rule_ignores = {DEP002 = ["chardet"]}

[tool.pytest.ini_options]
testpaths = ["leetcode", "tests"]
Expand Down
216 changes: 116 additions & 100 deletions uv.lock

Large diffs are not rendered by default.