You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Tip:</b> Setting <code>APP_ENV=test</code> will fetch only <b>20 users</b> for fast testing. Omit this variable to fetch <b>400 users</b> (default, production mode).
52
+
</sup>
53
+
47
54
4.**Open the grid:**
48
55
```bash
49
56
docs/index.html
@@ -70,7 +77,7 @@ Explore and showcase the top GitHub user avatars in a modern, interactive grid.
70
77
- Code formatted with [black](https://github.com/psf/black) and [isort](https://github.com/pycqa/isort)
71
78
- Pre-commit hooks: see `.pre-commit-config.yaml`
72
79
- Configs in `pyproject.toml`
73
-
- Linting: flake8, pylint, yamllint
80
+
- Linting: flake8, pylint, yamllint, isort, black
74
81
75
82
---
76
83
@@ -85,8 +92,19 @@ Explore and showcase the top GitHub user avatars in a modern, interactive grid.
85
92
86
93
## 🤝 Contributing
87
94
95
+
88
96
We welcome PRs, issues, and suggestions! Add a ⭐, fork, or help improve the grid and features.
89
97
98
+
**Code Quality Reminder:**
99
+
100
+
- Always run `pre-commit run --all-files` before pushing or opening a pull request. This ensures your code is auto-formatted and passes all checks.
0 commit comments