* Remove asserts from platformProtectST25RComm, fix issue with concurrent access. * NFC Worker: fix bug in nfc_worker_poll causing worker to skip sending ofNfcMessageTypeDeviceNotFound event * Fix python linter: stick to old beta
		
			
				
	
	
		
			16 lines
		
	
	
		
			233 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			233 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Python Lint
 | 
						|
 | 
						|
on: 
 | 
						|
  push:
 | 
						|
    paths:
 | 
						|
      - '**.py'
 | 
						|
  pull_request:
 | 
						|
  
 | 
						|
jobs:
 | 
						|
  lint:
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
    steps:
 | 
						|
      - uses: actions/checkout@v2
 | 
						|
      - uses: actions/setup-python@v2
 | 
						|
      - uses: psf/black@20.8b1
 |