mirror of
				https://github.com/FreeOpcUa/opcua-asyncio
				synced 2025-10-29 17:07:18 +08:00 
			
		
		
		
	ci: Update deprecated ruff settings
in favor of their new pendants in the lint-section. This gets rid of warnings in ruffs execution.
This commit is contained in:
		 Jan-Niklas Burfeind
					Jan-Niklas Burfeind
				
			
				
					committed by
					
						 oroulet
						oroulet
					
				
			
			
				
	
			
			
			 oroulet
						oroulet
					
				
			
						parent
						
							068ddd8ad6
						
					
				
				
					commit
					50566320c3
				
			| @@ -1,6 +1,6 @@ | ||||
| select = ["E", "F", "G004", "W"] | ||||
| lint.select = ["E", "F", "G004", "W"] | ||||
| extend-exclude = ["docs", "nodeset", "schemas", "*_auto.py", "event_objects.py", "standard_address_space_services.py"] | ||||
| line-length = 999 | ||||
| [per-file-ignores] | ||||
| [lint.per-file-ignores] | ||||
| "__init__.py" = ["F401", "F403"] | ||||
| "examples/*" = ["F841", "E402"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user