-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from waldiez/dev
Dev
- Loading branch information
Showing
13 changed files
with
893 additions
and
1,143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"recommendations": ["waldiez.waldiez-vscode"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
The following versions are currently supported with security updates: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 0.1.x | :white_check_mark: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
Please report security issues by emailing `development @ waldiez.io` . | ||
|
||
The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,18 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile pyproject.toml --output-file requirements/dev.txt --extra=dev --no-deps | ||
-r main.txt | ||
autoflake==2.3.1 | ||
# via waldiez-jupyter (pyproject.toml) | ||
bandit==1.8.0 | ||
# via waldiez-jupyter (pyproject.toml) | ||
black==24.10.0 | ||
# via waldiez-jupyter (pyproject.toml) | ||
black[jupyter]==24.10.0 | ||
flake8==7.1.1 | ||
# via waldiez-jupyter (pyproject.toml) | ||
isort==5.13.2 | ||
# via waldiez-jupyter (pyproject.toml) | ||
jupyter-server==2.14.2 | ||
# via waldiez-jupyter (pyproject.toml) | ||
jupyterlab==4.3.2 | ||
# via waldiez-jupyter (pyproject.toml) | ||
jupyterlab==4.3.3 | ||
mypy==1.13.0 | ||
# via waldiez-jupyter (pyproject.toml) | ||
pathvalidate==3.2.1 | ||
# via waldiez-jupyter (pyproject.toml) | ||
pre-commit==4.0.1 | ||
# via waldiez-jupyter (pyproject.toml) | ||
pydocstyle==6.3.0 | ||
# via waldiez-jupyter (pyproject.toml) | ||
pylint==3.3.2 | ||
# via waldiez-jupyter (pyproject.toml) | ||
python-dotenv==1.0.1 | ||
# via waldiez-jupyter (pyproject.toml) | ||
ruff==0.8.2 | ||
# via waldiez-jupyter (pyproject.toml) | ||
ruff==0.8.3 | ||
toml; python_version <= "3.10" | ||
toml==0.10.2 | ||
# via waldiez-jupyter (pyproject.toml) | ||
types-pyyaml==6.0.12.20240917 | ||
# via waldiez-jupyter (pyproject.toml) | ||
types-PyYAML==6.0.12.20240917 | ||
types-toml==0.10.8.20240310 | ||
# via waldiez-jupyter (pyproject.toml) | ||
waldiez==0.1.14 | ||
# via waldiez-jupyter (pyproject.toml) | ||
yamllint==1.35.1 | ||
# via waldiez-jupyter (pyproject.toml) |
Oops, something went wrong.