Skip to content

Commit af6242b

Browse files
updated pyproject.toml
1 parent 3746608 commit af6242b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

python_coderunner/pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[project]
22
name = "vim-code-runner"
3-
version = "0.1.0"
4-
requires-python = ">=3.13"
3+
authors = [
4+
{name = "Zahar Chernenko", email = "zaharchernenko35@gmail.com"},
5+
]
6+
version = "1.0.0"
7+
requires-python = ">=3.10"
58

69
[dependency-groups]
710
dev = [
@@ -78,7 +81,7 @@ class-const-naming-style = "UPPER_CASE"
7881
class-rgx="^(((I|T|E|Supports)[A-Z][a-zA-Z0-9]*)|[A-Z][a-zA-Z0-9]*Error)$"
7982
const-naming-style= "any"
8083
function-naming-style = "snake_case"
81-
typevar="^(Template)[A-Z][a-zA-Z0-9]*$"
84+
typevar="^T[A-Z][a-zA-Z0-9]*$"
8285
variable-naming-style = "snake_case"
8386
module-naming-style = "snake_case"
8487
inlinevar-naming-style = "any"

0 commit comments

Comments
 (0)