Skip to content

Commit 47a9500

Browse files
art049claude
andcommitted
fix: remove unnecessary ruff/mypy excludes for TheAlgorithms
Pre-commit naturally skips git submodule files, so explicit exclude config is not needed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7f56309 commit 47a9500

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ dev = [
2525

2626
[tool.mypy]
2727
python_version = "3.12"
28-
exclude = ["pytest-codspeed/tests/benchmarks/TheAlgorithms"]
2928

3029
[tool.ruff]
3130
target-version = "py37"
32-
extend-exclude = ["pytest-codspeed/tests/benchmarks/TheAlgorithms"]
3331

3432
[tool.ruff.lint]
3533
select = ["E", "F", "I", "C", "TCH", "FA", "UP"]

0 commit comments

Comments
 (0)