Add +x to scripts; type check tests; add toml
				
					
				
			This commit is contained in:
		@@ -44,7 +44,7 @@ full = [
 | 
				
			|||||||
dev = [
 | 
					dev = [
 | 
				
			||||||
    "black",
 | 
					    "black",
 | 
				
			||||||
    "build",
 | 
					    "build",
 | 
				
			||||||
    "coverage",
 | 
					    "coverage[toml]",
 | 
				
			||||||
    "flake8",
 | 
					    "flake8",
 | 
				
			||||||
    "mkdocs-material",
 | 
					    "mkdocs-material",
 | 
				
			||||||
    "mkdocstrings[python]",
 | 
					    "mkdocstrings[python]",
 | 
				
			||||||
@@ -65,7 +65,10 @@ version = {attr = "PACKAGE_NAME_PLACEHOLDER.__version__"}
 | 
				
			|||||||
# Mypy: #
 | 
					# Mypy: #
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.mypy]
 | 
					[tool.mypy]
 | 
				
			||||||
files = "src/"
 | 
					files = [
 | 
				
			||||||
 | 
					    "src/",
 | 
				
			||||||
 | 
					    "tests/",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
warn_unused_configs = true
 | 
					warn_unused_configs = true
 | 
				
			||||||
strict = true
 | 
					strict = true
 | 
				
			||||||
show_error_codes = true
 | 
					show_error_codes = true
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
-r common.txt
 | 
					-r common.txt
 | 
				
			||||||
black
 | 
					black
 | 
				
			||||||
build
 | 
					build
 | 
				
			||||||
coverage
 | 
					coverage[toml]
 | 
				
			||||||
flake8
 | 
					flake8
 | 
				
			||||||
mkdocs-material
 | 
					mkdocs-material
 | 
				
			||||||
mkdocstrings[python]
 | 
					mkdocstrings[python]
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										0
									
								
								scripts/lint.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								scripts/lint.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										0
									
								
								scripts/test.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								scripts/test.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
		Reference in New Issue
	
	Block a user