We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d47999d + 65c8f4f commit d9b2936Copy full SHA for d9b2936
.github/workflows/lint-format.yml
@@ -31,5 +31,5 @@ jobs:
31
- name: Run isort
32
run: isort .
33
34
- - name: Run mypy
35
- run: mypy .
+ # - name: Run mypy
+ # run: mypy .
README.md
@@ -45,6 +45,14 @@ We will add progressively support for following Providers:
45
46
---
47
48
+## Community & Support 💬
49
+
50
+- [Documentation](https://alldotpy.github.io/EasySwitch/) 📚 (under contructions.)
51
+<!-- - [Discord Community](https://discord.gg/GRez7BTZVy) 💬 -->
52
+- [Issue Tracker](https://github.com/AllDotPy/EasySwitch/issues) 🐛
53
54
+---
55
56
## Prerequisites
57
58
You need to have at least 3.13 version of python to be able to continue.
0 commit comments