We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3746608 commit af6242bCopy full SHA for af6242b
1 file changed
python_coderunner/pyproject.toml
@@ -1,7 +1,10 @@
1
[project]
2
name = "vim-code-runner"
3
-version = "0.1.0"
4
-requires-python = ">=3.13"
+authors = [
+ {name = "Zahar Chernenko", email = "zaharchernenko35@gmail.com"},
5
+]
6
+version = "1.0.0"
7
+requires-python = ">=3.10"
8
9
[dependency-groups]
10
dev = [
@@ -78,7 +81,7 @@ class-const-naming-style = "UPPER_CASE"
78
81
class-rgx="^(((I|T|E|Supports)[A-Z][a-zA-Z0-9]*)|[A-Z][a-zA-Z0-9]*Error)$"
79
82
const-naming-style= "any"
80
83
function-naming-style = "snake_case"
-typevar="^(Template)[A-Z][a-zA-Z0-9]*$"
84
+typevar="^T[A-Z][a-zA-Z0-9]*$"
85
variable-naming-style = "snake_case"
86
module-naming-style = "snake_case"
87
inlinevar-naming-style = "any"
0 commit comments