Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #87

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Commits on Nov 27, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
    - [github.com/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.0...23.11.0)
    - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.7.1](pre-commit/mirrors-mypy@v1.4.1...v1.7.1)
    - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1)
    - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
    - [github.com/netromdk/vermin: v1.5.2 → v1.6.0](netromdk/vermin@v1.5.2...v1.6.0)
    - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0)
    - [github.com/igorshubovych/markdownlint-cli: v0.35.0 → v0.37.0](igorshubovych/markdownlint-cli@v0.35.0...v0.37.0)
    pre-commit-ci[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    51b1ca1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. refactor: Use isinstance instead of type comparison for value check

    Use isinstance function instead of type comparison for checking the type of the value in the utility functions `value_to_schema` and `limit_example_size`. As suggested by flake8.
    alufers committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d30b6ea View commit details
    Browse the repository at this point in the history