Skip to content

Commit a939c08

Browse files
committed
chore: updates LINT_PATH
1 parent 2207b2b commit a939c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google-cloud-storage/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
ISORT_VERSION = "isort==5.12.0"
2727
RUFF_VERSION = "ruff==0.14.14"
2828
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
29+
LINT_PATHS = ["google", "tests", "noxfile.py", "setup.py"]
2930

3031
DEFAULT_PYTHON_VERSION = "3.14"
3132
UNIT_TEST_PYTHON_VERSIONS = [

0 commit comments

Comments
 (0)