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 1a6c52a commit 5381a56Copy full SHA for 5381a56
pyproject.toml
@@ -40,8 +40,8 @@ line-length = 110
40
# Allow unused variables when underscore-prefixed.
41
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
42
43
-# Assume Python 3.11
44
-target-version = "py311"
+# Assume Python 3.12
+target-version = "py312"
45
46
[tool.ruff.mccabe]
47
# Unlike Flake8, default to a complexity level of 10.
requirements.txt
@@ -1,4 +1,3 @@
1
-#python >= 3.7
2
numpy
3
hypothesis
4
pandas
0 commit comments