Andrew Sears
Andrew Sears
Is there an ability to ignore TAE001 per file from within the file, or is this something only done in the FLAKE8 configuration? Using noqa doesn't seem to ignore the...
Should this throw an error? The commands ran successfully when building. ``` --------ERRORS--------- Line 5: -> FROM mcr.microsoft.com/azure-functions/java:$VERSION AS installer-env ERROR: Invalid parameters for command.. Reference -> https://docs.docker.com/engine/reference/builder/ Line 97:...
It would be helpful to centralize some dependencies for projects using conda-forge to publish onnx-simplifier. https://conda-forge.org/#contribute
- Upgrade github actions for test and publish to latest. Note: Have not tested the publish/release workflow. ## References https://github.com/actions/checkout https://github.com/actions/setup-python ## Future improvement https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
Improves #138 - Removes .flake8 - Adds pyproject toml ruff with bandit security scan settings. - Other rules available. https://docs.astral.sh/ruff/rules/ - Update the lint workflow and makefile Requires some GitHub...
The fixtures folder has a basic .gitkeep, however no further details. Connotation of fixtures seems to indicate test fixtures, not reusable helper code. Including some integration tests in the template...
The `pyproject.toml` file can be used as the default configuration for tools such as pytest, flake8, ruff, mypy, sphinx, black, isort and build tooling. https://docs.pytest.org/en/stable/reference/customize.html https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html https://setuptools.pypa.io/en/latest/userguide/entry_point.html https://github.com/cjolowicz/cookiecutter-hypermodern-python/ This would...
This link was broken. https://scikit-learn.org/stable/datasets/twenty_newsgroups.html Took a guess that this would be a good substitute. https://scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html#loading-the-20-newsgroups-dataset Reuters-21578 link fixed https://archive.ics.uci.edu/dataset/137/reuters+21578+text+categorization+collection Dariah Tatom redirect links fixed https://github.com/DARIAH-DE/tatom/tree/develop/data Facebook SVD blog link...
### What You Are Seeing? Within the scaffolded .nuspec template generated by a command such as choco new -n bob, there are some tokens for replacement. Since choco uses nuget...