--- description: Sets code formatting rules for Python projects using Black and Pylint and following PEP 8. globs: **/*.py --- - Use Black for code formatting. - Use Pylint for linting. - Follow PEP 8 and project-specific rules.