nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
960 stars 87 forks source link

Remove excessive IDE dependencies #93

Closed Privat33r-dev closed 2 months ago

Privat33r-dev commented 2 months ago

During discussion of #91 it was noted that current setup require developers to use yapf formatter and pylint plugins.

I suggest:

  1. Change formatter to black (with standard configuration) as it's more common.
  2. Remove pylint plugins since we won't need custom quote check if we are using black formatter.

After this the process for new contributors would be streamlined.