Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 8d4d698

Browse files
committed
use --exclude instead of --extend-exclude
1 parent ae25b03 commit 8d4d698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ def blacken(session):
794794
"ruff",
795795
"format",
796796
*LINT_PATHS,
797-
"--extend-exclude", RUFF_EXCLUDES,
797+
"--exclude", RUFF_EXCLUDES,
798798
)
799799

800800

0 commit comments

Comments
 (0)