Pylint コードベースでさえ Ruff を使用しています
[build-system] requires = [“setuptools~=62.6”, “wheel~=0.37.1”] build-backend = “setuptools.build_meta” [project] name = “pylint” license = {text = “GPL-2.0-or-later”} description = “python code static checker” readme = “README.rst” authors = [ {name = “Python Code Quality Authority”, email = “code-quality@python.org”} ] keywords = [“static code analysis”, “linter”, “python”, “lint”] classifiers = [ “Development Status :: 6 -…