Skip to content

Commit 483ae8c

Browse files
authored
Merge pull request #370 from dbatten5/tidy-pyproject
Tidy `pyproject.toml`
2 parents 94a5669 + 0b338a5 commit 483ae8c

File tree

1 file changed

+0
-69
lines changed

1 file changed

+0
-69
lines changed

pyproject.toml

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -59,75 +59,6 @@ url = "https://test.pypi.org/simple/"
5959
publish-url = "https://test.pypi.org/legacy/"
6060
explicit = true
6161

62-
[tool.mypy]
63-
strict = true
64-
pretty = true
65-
show_column_numbers = true
66-
show_error_codes = true
67-
show_error_context = true
68-
69-
[[tool.mypy.overrides]]
70-
module = ["toml"]
71-
ignore_missing_imports = true
72-
73-
[tool.ruff]
74-
src = ['src', 'tests']
75-
line-length = 88
76-
target-version = 'py38'
77-
78-
[tool.ruff.lint]
79-
ignore = [
80-
'B019',
81-
]
82-
select = [
83-
'A',
84-
'ARG',
85-
'B',
86-
'B9',
87-
'BLE',
88-
'C',
89-
'C4',
90-
'D',
91-
'DTZ',
92-
'E',
93-
'F',
94-
'I',
95-
'N',
96-
'PIE',
97-
'PT',
98-
'PTH',
99-
'Q',
100-
'RET',
101-
'RUF',
102-
'S',
103-
'SIM',
104-
'SLF',
105-
'T10',
106-
'TCH',
107-
'UP',
108-
'W',
109-
]
110-
111-
[tool.ruff.lint.per-file-ignores]
112-
"__init__.py" = ['F401']
113-
"tests/*" = [
114-
'S',
115-
'D102',
116-
'D212',
117-
'D415',
118-
'D205',
119-
'D104',
120-
]
121-
122-
[tool.ruff.lint.mccabe]
123-
max-complexity = 10
124-
125-
[tool.ruff.lint.pydocstyle]
126-
convention = 'google'
127-
128-
[tool.ruff.lint.isort]
129-
force-single-line = true
130-
13162
[build-system]
13263
requires = ["setuptools>=61.0"]
13364
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)