mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-22 13:59:51 +03:00
Remove dataclasses backport
This commit is contained in:
parent
c2f2685f7a
commit
e7b0a6a2f9
|
@ -21,6 +21,7 @@ repos:
|
|||
rev: 20.8b1
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 3.8.4
|
||||
hooks:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +1,9 @@
|
|||
[flake8]
|
||||
exclude = setup.py,docs/*,*/examples/*,graphene/pyutils/*,tests
|
||||
exclude = setup.py,docs/*,*/examples/*,tests
|
||||
max-line-length = 120
|
||||
|
||||
[coverage:run]
|
||||
omit = graphene/pyutils/*,*/tests/*,graphene/types/scalars.py
|
||||
omit = */tests/*,graphene/types/scalars.py
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
|
@ -12,9 +12,6 @@ known_first_party=graphene
|
|||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-graphene.pyutils.*]
|
||||
ignore_errors = True
|
||||
|
||||
[mypy-graphene.types.scalars]
|
||||
ignore_errors = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user