RDFLib / pySHACL

A Python validator for SHACL
Apache License 2.0
241 stars 63 forks source link

Fix Issue 160 test formatting, typing, and license #195

Closed ajnelson-nist closed 10 months ago

ajnelson-nist commented 10 months ago

This patch provides a few changes I believe to be low-impact:

  1. The license text I initially provided has been updated.
  2. Code is reformatted from an update in the syntax normalizer.
  3. A type is confirmed after review of potential return types in pyshacl.validate.validate().
ashleysommer commented 10 months ago

Thanks @ajnelson-nist Normally we don't care if Issue tests are formatted according to the rest of the codebase. They are usually copy-pasted code provided by users from the issue tracker, and are no subject to format checking in the CI run. Though I do understand your desire to keep the Licence information up to date and the formatting correct in your own contributed test.