ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Enable Clippy on bindings #894

Closed jw3 closed 8 months ago

jw3 commented 1 year ago

893 disabled clippy on the bindings due to a finding generated by a pyo3 macro.

Upgrading pyo3 in #882 may resolve and the lints can then be reenabled.