Compare commits

...

1 Commits

2 changed files with 7 additions and 1 deletions
+6 -1
View File
@@ -119,7 +119,12 @@ include = [
line-length = 88
target-version = "py313" # Target Python 3.13
src = ["src", "tests", "benchmarks"]
extend-exclude = ["docs/reference/contracts/stubs/*.py", "scripts/*.sh", "**/*.feature"]
extend-exclude = [
"docs/reference/contracts/stubs/*.py",
"scripts/**/*.ts",
"scripts/*.sh",
"**/*.feature",
]
[tool.ruff.lint]
select = ["E", "F", "W", "B", "UP", "I", "SIM", "RUF"]
+1
View File
@@ -0,0 +1 @@
test write to git repo