We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e3811 commit d8a3bb2Copy full SHA for d8a3bb2
ruff.toml
@@ -1,38 +1,11 @@
1
# 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
-]
+exclude = []
30
31
# Same as Black.
32
line-length = 120
33
indent-width = 4
34
35
-# Assume Python 3.8
+# Assume Python 3.9
36
target-version = "py39"
37
38
[lint]
0 commit comments