Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6835c5

Browse files
committed
excludes for ruff
1 parent ea96583 commit e6835c5

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

ruff.toml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,34 @@ select = [
1616

1717
[format]
1818
indent-style = "space"
19+
20+
exclude = [
21+
".bzr",
22+
".direnv",
23+
".eggs",
24+
".git",
25+
".git-rewrite",
26+
".hg",
27+
".ipynb_checkpoints",
28+
".mypy_cache",
29+
".nox",
30+
".pants.d",
31+
".pyenv",
32+
".pytest_cache",
33+
".pytype",
34+
".ruff_cache",
35+
".svn",
36+
".tox",
37+
".venv",
38+
".vscode",
39+
"__pypackages__",
40+
"_build",
41+
"buck-out",
42+
"build",
43+
"dist",
44+
"node_modules",
45+
"site-packages",
46+
"venv",
47+
"docs",
48+
"docs/sphinxext",
49+
]

0 commit comments

Comments
 (0)