Skip to content

Commit df77c4e

Browse files
committed
build: update ruff pre-commit hook to v0.14.6
1 parent c6ebe3d commit df77c4e

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.14.5
10+
rev: v0.14.6
1111
hooks:
1212
- id: ruff-check
1313
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ pythonVersion = "3.10"
6464
pythonPlatform = "All"
6565
executionEnvironments = [
6666
{ root = "./tests", extraPaths = [
67-
"./src",
67+
"./",
6868
] },
69-
{ root = "./src" },
69+
{ root = "./" },
7070
]
7171

7272
[tool.pytest]
@@ -78,8 +78,6 @@ addopts = [
7878
"-p",
7979
"no:nonebug",
8080
]
81-
minversion = "9.0"
82-
pythonpath = ["src"]
8381
asyncio_mode = "auto"
8482

8583
[tool.ruff]

0 commit comments

Comments
 (0)