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 c6ebe3d commit df77c4eCopy full SHA for df77c4e
2 files changed
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.14.5
+ rev: v0.14.6
11
hooks:
12
- id: ruff-check
13
args: [--fix, --exit-non-zero-on-fix]
pyproject.toml
@@ -64,9 +64,9 @@ pythonVersion = "3.10"
64
pythonPlatform = "All"
65
executionEnvironments = [
66
{ root = "./tests", extraPaths = [
67
- "./src",
+ "./",
68
] },
69
- { root = "./src" },
+ { root = "./" },
70
]
71
72
[tool.pytest]
@@ -78,8 +78,6 @@ addopts = [
78
"-p",
79
"no:nonebug",
80
81
-minversion = "9.0"
82
-pythonpath = ["src"]
83
asyncio_mode = "auto"
84
85
[tool.ruff]
0 commit comments