Linting errors in Pymatgen Addon template

I’m creating a package with the pymatgen.addon template and running into linting errors. Specifically, the local rules for black specified in the .pre-commit-config.yaml file are incompatible with the remote rules specified in linting.yml. As a result, I always fail the linting tests, see the GH Action here. The remote version is 22.3.0, and I’ve tried setting the local version to 22.3.0, but it still fails. I don’t have much experience with GH Actions so I’m not sure where to start, does anyone have advice on this issue?