[flake8]
max-line-length = 125
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
[flake8]
max-line-length = 125
ignore = E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503
exclude =
# Do not traverse examples and tools
examples,
tools,
# Do not include package initializers
init.py,
# No need to traverse our git directory
.git,
# There's no value in checking cache directories
pycache,
# No need to include the build path
build,
# This contains builds that we don't want to check
dist # This is generated with python build . for package releases
max-complexity = 10
Related Skills
Frontend Typescript Linting.mdc
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
2. Apply Deepthink Protocol (reason about dependencies
risks