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 2bd0d32 commit 49a0ccdCopy full SHA for 49a0ccd
1 file changed
pyproject.toml
@@ -1,6 +1,13 @@
1
+[project]
2
+name = "hea-database-development"
3
+version = "0.1.0"
4
+description = "The HEA Database manages HEA Baseline data."
5
+readme = "README.md"
6
+requires-python = ">=3.12"
7
+
8
[tool.ruff]
9
line-length = 119
-target-version = 'py310'
10
+target-version = 'py312'
11
exclude = [
12
'.eggs', # exclude a few common directories in the
13
'.git', # root of the project
@@ -27,7 +34,7 @@ docstring-quotes = "double"
27
34
28
35
[tool.black]
29
36
30
-target-version = ['py310']
37
+target-version = ['py312']
31
38
include = '\.pyi?$'
32
39
exclude = '''
33
40
0 commit comments