I want to share configuration of linter (flake8, pylint, whatever) between multiple python projects.
I researched this topic a bit and didn't find any suitable solution except for https://pypi.org/project/nitpick/ which doesn't work - my custom config is ignored.
Basically I want something similar to https://eslint.org/docs/developer-guide/shareable-configs - a "single source of truth" for liner configuration.