graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)
MIT License
374 stars 183 forks source link

Bump precommit hooks #230

Closed dan98765 closed 5 years ago

dan98765 commented 5 years ago
  1. Add check-merge-conflict hook
  2. Run pre-commit autoupdate to bump hook versions
  3. Run tox -e pre-commit (which runs pre-commit run --all-files)

The latest version of the black formatter caused most of the minor style changes.