Skip to content

Commit 07067a8

Browse files
committed
Update ruff config path
1 parent d5d447e commit 07067a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/linters/.jscpd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ignore": ["**/.github/**", "**/.git/**", "**/tests/**", "**/examples/**"],
2+
"ignore": ["**/.github/**", "**/.git/**", "**/tests/**"],
33
"threshold": 3,
44
"reporters": ["html", "markdown"]
55
}

.github/workflows/linter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ jobs:
6565
VALIDATE_GIT_COMMITLINT: false
6666
PYTHON_MYPY_CONFIG_FILE: .mypy.ini
6767
FILTER_REGEX_INCLUDE: "^src/**/*"
68+
PYTHON_RUFF_CONFIG_FILE: "../.ruff.toml"

0 commit comments

Comments
 (0)