ci/cd: fix isort args
This commit is contained in:
		@@ -6,4 +6,4 @@ steps:
 | 
			
		||||
  image: python:alpine
 | 
			
		||||
  commands:
 | 
			
		||||
  - pip install isort
 | 
			
		||||
  - isort --check-only --diff --recursive .
 | 
			
		||||
  - isort --check-only --diff .
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user