mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
20 lines
262 B
INI
20 lines
262 B
INI
[flake8]
|
|
exclude =
|
|
# Defaults
|
|
.svn,
|
|
CVS,
|
|
.bzr,
|
|
.hg,
|
|
.git,
|
|
__pycache__,
|
|
.tox,
|
|
.idea,
|
|
.mypy_cache,
|
|
.venv,
|
|
node_modules,
|
|
# Custom
|
|
_state_machine.py,
|
|
test_fstring.py,
|
|
bad_coding2.py,
|
|
badsyntax_*.py
|