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 693ed4f commit eb7bc4aCopy full SHA for eb7bc4a
{{cookiecutter.project_slug}}/pyproject.toml
@@ -43,20 +43,36 @@ build-backend = "poetry.core.masonry.api"
43
lint.ignore = ["E501"]
44
line-length = 79
45
lint.select = [
46
- "C9",
47
- "E",
48
- "F",
49
- "W",
50
- "D",
51
- "G",
52
- "A",
53
- "PT",
54
- "S",
55
- "B",
56
- "ANN",
57
- "SIM",
58
- "I",
59
- "N",
+ "A",
+ "ANN",
+ "ARG",
+ "ASYNC",
+ "B",
+ "C4",
+ "C9",
+ "D",
+ "DTZ",
+ "E",
+ "ERA",
+ "F",
+ "FURB",
+ "G",
60
+ "I",
61
+ "ICN",
62
+ "ISC",
63
+ "LOG",
64
+ "N",
65
+ "NPY",
66
+ "PD",
67
+ "PT",
68
+ "PTH",
69
+ "R",
70
+ "RUF",
71
+ "S",
72
+ "SIM",
73
+ "T20",
74
+ "TD",
75
+ "W",
76
]
77
78
0 commit comments