We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56ed5e commit a62b8b0Copy full SHA for a62b8b0
Makefile
@@ -2,8 +2,8 @@ PYSRC = src
2
3
# Python
4
checkformat:
5
- isort --check-only ${PYSRC}
6
- black --check ${PYSRC}
+ isort --check-only ${PYSRC}/vlagents
+ black --check ${PYSRC}/vlagents
7
8
format:
9
isort ${PYSRC}
0 commit comments