Refactor pylint (#195)
* fix pylint paths * add fake py file for test * rm fake py file * add fake txt file for test * rm fake txt file * fix paths for pull request * fix for pull request trigger * add fake py file for test * rm fake py file * add fake text file for test * rm fake text file for test Co-authored-by: coreglitch <mail@s3f.ru>
This commit is contained in:
		
							parent
							
								
									aa835aa7c9
								
							
						
					
					
						commit
						c8cc3c7dc8
					
				
							
								
								
									
										6
									
								
								.github/workflows/black.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/black.yml
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,10 @@
 | 
			
		||||
name: Python Lint
 | 
			
		||||
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
on: 
 | 
			
		||||
  push:
 | 
			
		||||
    paths:
 | 
			
		||||
      - '**.py'
 | 
			
		||||
  pull_request:
 | 
			
		||||
  
 | 
			
		||||
jobs:
 | 
			
		||||
  lint:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user