@@ -171,7 +171,7 @@ reviews:
171171 - Ensure that "use client" is being used
172172 - Ensure that only features that allow pure client-side rendering are used
173173 - NextJS best practices (including file structure, API routes, and static generation methods) are used.
174-
174+
175175 TypeScript:
176176 - Avoid 'any', use explicit types
177177 - Prefer 'import type' for type imports
@@ -210,7 +210,7 @@ reviews:
210210 - path : " **/*.{py}"
211211 instructions : |
212212 Python:
213- - Check for major PEP 8 violations and Python best practices.
213+ - Check for major PEP 8 violations and Python best practices.
214214 # Solidity Smart Contract files
215215 - path : " **/*.sol"
216216 instructions : |
@@ -244,7 +244,7 @@ reviews:
244244 - Async behavior is properly tested
245245 - Accessibility testing is included
246246 - Test descriptions are sufficiently detailed to clarify the purpose of each test
247- - The tests are not tautological
247+ - The tests are not tautological
248248 # Solidity test files
249249 - path : " **/*.test.{sol}"
250250 instructions : |
@@ -264,4 +264,4 @@ reviews:
264264 - Image optimization (appropriate size and format)
265265 - Proper @2x and @3x variants for different screen densities
266266 - SVG assets are optimized
267- - Font files are licensed and optimized
267+ - Font files are licensed and optimized
0 commit comments