mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
chore: lint
This commit is contained in:
parent
ffd86e405c
commit
009bd8994f
6
setup.py
6
setup.py
|
@ -53,7 +53,11 @@ tests_require = [
|
|||
"coveralls>=3.3,<5",
|
||||
]
|
||||
|
||||
dev_requires = ["ruff==0.5.0", "types-python-dateutil>=2.8.1,<3", "mypy>=1.10,<2"] + tests_require
|
||||
dev_requires = [
|
||||
"ruff==0.5.0",
|
||||
"types-python-dateutil>=2.8.1,<3",
|
||||
"mypy>=1.10,<2",
|
||||
] + tests_require
|
||||
|
||||
setup(
|
||||
name="graphene",
|
||||
|
|
Loading…
Reference in New Issue
Block a user