functional-jargon-python icon indicating copy to clipboard operation
functional-jargon-python copied to clipboard

Results 18 functional-jargon-python issues
Sort by recently updated
recently updated
newest added

Bumps [remark-lint-no-html](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-no-html) from 2.0.1 to 3.1.2. Release notes Sourced from remark-lint-no-html's releases. [email protected] 7e25b41 Allow long mdx@2 nodes 3.1.0 Update main heading rules to accept preferred depth (7f4a51e) Remove :...

dependencies
javascript

Bumps [remark-preset-lint-consistent](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-preset-lint-consistent) from 4.0.0 to 5.1.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=remark-preset-lint-consistent&package-manager=npm_and_yarn&previous-version=4.0.0&new-version=5.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [remark-lint-no-empty-url](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-no-empty-url) from 2.0.1 to 3.1.2. Release notes Sourced from remark-lint-no-empty-url's releases. [email protected] 7e25b41 Allow long mdx@2 nodes 3.1.0 Update main heading rules to accept preferred depth (7f4a51e) Remove :...

dependencies
javascript

Bumps [borales/actions-yarn](https://github.com/borales/actions-yarn) from 2.3.0 to 4.2.0. Release notes Sourced from borales/actions-yarn's releases. v4.2.0 Added proper support for multiple arguments v4.1.0 Added dir option v4.0.0 Migrated to Github Action Toolkit (no...

dependencies
github_actions

Bumps [returns](https://github.com/sponsors/dry-python) from 0.16.0 to 0.22.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=returns&package-manager=pip&previous-version=0.16.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...

dependencies
github_actions

https://github.com/dry-python/returns/blob/master/returns/interfaces/bimappable.py

We use `remark-lint` with plugins for `md` files. Example: https://github.com/sobolevn/awesome-cryptography/ We can also use `flake8` for code-blocks I guess. And `pytest` to run doctests tests (if any).

enhancement