I have an example crate (https://github.com/eScienceLab/rocrate-validator/tree/develop/tests/data/crates/valid/five-safes-crate-result) that fails a number of the RECOMMENDED checks on the base ro-crate profile.
I want to test that my example crate passes RECOMMENDED checks in our five-safes-crate profile while ignoring any failures in ro-crate.
I have tried to use the disable_inherited_profiles_reporting setting to do this, but it appears that Python checks from the ro-crate profile are not ignored. (I cannot disable profile inheritance entirely as some of our SHACL uses terms defined in ro-crate, like ro-crate:RootDataEntity)