Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea96583 commit e6835c5Copy full SHA for e6835c5
1 file changed
ruff.toml
@@ -16,3 +16,34 @@ select = [
16
17
[format]
18
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