mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-01 09:22:19 +00:00
Add a .flake8 file for benchmarking
This commit is contained in:
parent
3e8ef5b40f
commit
e73f13473d
1 changed files with 19 additions and 0 deletions
19
scripts/.flake8
Normal file
19
scripts/.flake8
Normal file
|
@ -0,0 +1,19 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue