Metadata-Version: 2.1
Name: flake8-multiline-function-call-equals
Version: 0.1.0
Summary: A package that checks to ensure spaces around `=` in multiline function calls
Home-page: https://github.com/SECDEV-GROUP/flake8-multiline-function-call-equals
Author: SecDev Group
Author-email: SecDev <pypi@secdev.com>
License: MIT
Project-URL: Homepage, https://github.com/pypa/sampleprojec://github.com/SECDEV-GROUP/flake8-multiline-function-call-equals/
Project-URL: Bug Tracker, https://github.com/SECDEV-GROUP/flake8-multiline-function-call-equals/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flake8

# flake8-multiline-function-call-equals

A flake8 extension that checks for spaces around `=` in multiline function calls
