Skip to content

Commit d8a3bb2

Browse files
authored
Update ruff.toml
1 parent 78e3811 commit d8a3bb2

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

ruff.toml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,11 @@
11
# Exclude a variety of commonly ignored directories.
2-
exclude = [
3-
".bzr",
4-
".direnv",
5-
".eggs",
6-
".git",
7-
".git-rewrite",
8-
".hg",
9-
".ipynb_checkpoints",
10-
".mypy_cache",
11-
".nox",
12-
".pants.d",
13-
".pyenv",
14-
".pytest_cache",
15-
".pytype",
16-
".ruff_cache",
17-
".svn",
18-
".tox",
19-
".venv",
20-
".vscode",
21-
"__pypackages__",
22-
"_build",
23-
"buck-out",
24-
"build",
25-
"dist",
26-
"node_modules",
27-
"site-packages",
28-
"venv",
29-
]
2+
exclude = []
303

314
# Same as Black.
325
line-length = 120
336
indent-width = 4
347

35-
# Assume Python 3.8
8+
# Assume Python 3.9
369
target-version = "py39"
3710

3811
[lint]

0 commit comments

Comments
 (0)