Add all the features for ruff I want
This commit is contained in:
		
							parent
							
								
									17200daa04
								
							
						
					
					
						commit
						76248fcd2c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -87,7 +87,7 @@
 | 
			
		|||
            yapf = {enabled = false;};
 | 
			
		||||
            ruff = {
 | 
			
		||||
              enabled = true;
 | 
			
		||||
              select = ["E" "F" "UP" "B" "SIM" "I" "PD"];
 | 
			
		||||
              select = ["E" "F" "UP" "B" "SIM" "I" "PD" "NPY" "PERF" "FURB" "DOC" "TRY" "W" "R" "PL" "TCH" "Q" "PT" "ICN" "C4" "COM" "FBT" "S" "N"];
 | 
			
		||||
              ignore = ["F401"];
 | 
			
		||||
              lineLength = 120;
 | 
			
		||||
            };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue