Jsonschema

Latest version: v4.22.0

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 20 of 24

0.10.2

------

- Fix the ``check-renovate`` hook, which was skipping all files. Do not attempt
to check JSON5 files, which are not supported.
Thanks to :user:`tpansino` for the contribution!
- Update vendored schema versions (2022-02-01)

0.10.1

------

- Use pypa's ``build`` tool to build dists
- Update vendored schema versions (2022-01-27)

0.10.0

------

- Support YAML as a format for schema files (local schemas only).
Thanks to :user:`yyuu` for the contribution!

0.9.1

-----

- Update Azure Pipelines and ReadTheDocs hooks to always download latest
schemas (rather than specific versions). This is safe now that they can
failover to builtin schemas
- Update Azure Pipelines schema to latest

0.9.0

-----

- Format checking now has special handling for the ``regex`` format. The default
looks for recognizable syntaxes which indicate the use of an engine-specific
regex feature which cannot be parsed in python. Such regexes are always
treated as valid. To get strict python behavior (the previous behavior), use
``--format-regex=python``. For no regex checking at all, without disabling
other formats, use ``--format-regex=disabled``.
resolves :issue:`20`
- Add a hook for Renovate Bot config, ``check-renovate``. Note that the hook does
not support config in ``package.json`` (all other configuration locations are
supported)

0.8.2

-----

- Add ReadTheDocs hook

Page 20 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.