We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9348658 commit 806d90fCopy full SHA for 806d90f
2 files changed
.pre-commit-config.yaml
@@ -36,14 +36,3 @@ repos:
36
hooks:
37
- id: mypy
38
additional_dependencies: [types-all]
39
- # - repo: https://github.com/pycqa/isort
40
- # rev: 5.10.1
41
- # hooks:
42
- # - id: isort
43
- # name: isort (python)
44
45
- # name: isort (cython)
46
- # types: [cython]
47
48
- # name: isort (pyi)
49
- # types: [pyi]
requirements.txt
@@ -0,0 +1,2 @@
1
+httpx
2
+python-decouple
0 commit comments