Skip to content

Commit a62b8b0

Browse files
committed
ci: only format py module
1 parent e56ed5e commit a62b8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PYSRC = src
22

33
# Python
44
checkformat:
5-
isort --check-only ${PYSRC}
6-
black --check ${PYSRC}
5+
isort --check-only ${PYSRC}/vlagents
6+
black --check ${PYSRC}/vlagents
77

88
format:
99
isort ${PYSRC}

0 commit comments

Comments
 (0)