| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff
									
								
							
						
					
				 | 
				
					
						
							
							chore(deps): update rust crate insta to v1.38.0 (#10701)
						
					
				 | 
				2024-04-01 15:44:30 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_benchmark
									
								
							
						
					
				 | 
				
					
						
							
							Run doctests as part of CI pipeline (#9939)
						
					
				 | 
				2024-02-12 10:18:58 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_cache
									
								
							
						
					
				 | 
				
					
						
							
							Make all dependencies workspace dependencies (#9333)
						
					
				 | 
				2024-01-02 13:41:59 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_dev
									
								
							
						
					
				 | 
				
					
						
							
							Docs: Link inline settings when not part of options section (#10499)
						
					
				 | 
				2024-03-21 16:33:58 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_diagnostics
									
								
							
						
					
				 | 
				
					
						
							
							Delete unused Violation::explanation method (#10600)
						
					
				 | 
				2024-03-26 12:35:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_formatter
									
								
							
						
					
				 | 
				
					
						
							
							Remove unused dependencies (#10475)
						
					
				 | 
				2024-03-19 17:33:47 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_index
									
								
							
						
					
				 | 
				
					
						
							
							Run doctests as part of CI pipeline (#9939)
						
					
				 | 
				2024-02-12 10:18:58 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_linter
									
								
							
						
					
				 | 
				
					
						
							
							[ruff] Fix panic in unused # noqa removal with multi-byte space (RUF100) (#10682)
						
					
				 | 
				2024-04-01 01:00:37 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_macros
									
								
							
						
					
				 | 
				
					
						
							
							Remove long Iterator::chain sequence in RuleCodePrefix::iter (#10452)
						
					
				 | 
				2024-03-18 16:51:20 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_notebook
									
								
							
						
					
				 | 
				
					
						
							
							Remove unused dependencies (#10475)
						
					
				 | 
				2024-03-19 17:33:47 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_ast
									
								
							
						
					
				 | 
				
					
						
							
							Track ranges of names inside __all__ definitions (#10525)
						
					
				 | 
				2024-03-22 18:38:40 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_codegen
									
								
							
						
					
				 | 
				
					
						
							
							Track casing of r-string prefixes in the tokenizer and AST (#10314)
						
					
				 | 
				2024-03-18 17:18:04 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_formatter
									
								
							
						
					
				 | 
				
					
						
							
							Update Rust to v1.77 (#10510)
						
					
				 | 
				2024-03-21 12:10:33 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_index
									
								
							
						
					
				 | 
				
					
						
							
							Fix Indexer fails to identify continuation preceded by newline #10351 (#10354)
						
					
				 | 
				2024-03-12 00:35:41 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_literal
									
								
							
						
					
				 | 
				
					
						
							
							Remove unused dependencies (#10475)
						
					
				 | 
				2024-03-19 17:33:47 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_parser
									
								
							
						
					
				 | 
				
					
						
							
							chore: remove repetitive words (#10502)
						
					
				 | 
				2024-03-21 03:57:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_resolver
									
								
							
						
					
				 | 
				
					
						
							
							chore(deps): update rust crate insta to v1.38.0 (#10701)
						
					
				 | 
				2024-04-01 15:44:30 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_semantic
									
								
							
						
					
				 | 
				
					
						
							
							Correctly handle references in __all__ definitions when  renaming symbols in autofixes (#10527)
						
					
				 | 
				2024-03-22 20:06:35 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_stdlib
									
								
							
						
					
				 | 
				
					
						
							
							[pylint] Include builtin warnings in useless-exception-statement (PLW0133) (#10394)
						
					
				 | 
				2024-03-13 15:26:11 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_python_trivia
									
								
							
						
					
				 | 
				
					
						
							
							Remove unused dependencies (#10475)
						
					
				 | 
				2024-03-19 17:33:47 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_server
									
								
							
						
					
				 | 
				
					
						
							
							Support unused code formatting for ruff server (#10644)
						
					
				 | 
				2024-03-28 11:30:35 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_shrinking
									
								
							
						
					
				 | 
				
					
						
							
							Bump version to v0.3.4 (#10515)
						
					
				 | 
				2024-03-21 18:08:21 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_source_file
									
								
							
						
					
				 | 
				
					
						
							
							Remove unused dependencies (#10475)
						
					
				 | 
				2024-03-19 17:33:47 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_text_size
									
								
							
						
					
				 | 
				
					
						
							
							Range formatting: Fix invalid syntax after parenthesizing expression (#9751)
						
					
				 | 
				2024-02-02 17:56:25 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_wasm
									
								
							
						
					
				 | 
				
					
						
							
							Run doctests as part of CI pipeline (#9939)
						
					
				 | 
				2024-02-12 10:18:58 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
									
									
									ruff_workspace
									
								
							
						
					
				 | 
				
					
						
							
							[flake8-boolean-trap] Add setting for user defined allowed boolean trap (#10531)
						
					
				 | 
				2024-03-30 00:26:12 +00:00 |