Skip to content

Commit 39e5b00

Browse files
committed
Update pyproject.toml file
1 parent 497360e commit 39e5b00

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

tinydb/pyproject.toml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
1-
[tool.black]
2-
line-length = 70
3-
target-version = ["py312"]
4-
exclude = '''
5-
/(
6-
\.git
7-
| venv
8-
| migrations
9-
| node_modules
10-
)/
11-
'''
12-
13-
14-
[tool.ruff]
15-
target-version = "py312"
16-
exclude = [".git", "venv", "migrations", "node_modules"]
17-
line-length = 70
18-
19-
[tool.ruff.lint]
20-
select = ["E", "F", "I", "RUF100"]
21-
ignore = ["E501"] # Line length is handled by Black
1+
[project]
2+
name = "tinydb"
3+
version = "0.1.0"
4+
requires-python = ">=3.13"
5+
dependencies = ["tinydb"]

0 commit comments

Comments
 (0)