mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Lint updates (#3992)
This commit is contained in:
		| @@ -3,15 +3,15 @@ | ||||
| # See https://pre-commit.com/hooks.html for more hooks | ||||
| repos: | ||||
|   - repo: https://github.com/ambv/black | ||||
|     rev: 22.6.0 | ||||
|     rev: 22.8.0 | ||||
|     hooks: | ||||
|       - id: black | ||||
|         args: | ||||
|           - --safe | ||||
|           - --quiet | ||||
|         files: ^((esphome|script|tests)/.+)?[^/]+\.py$ | ||||
|   - repo: https://gitlab.com/pycqa/flake8 | ||||
|     rev: 4.0.1 | ||||
|   - repo: https://github.com/PyCQA/flake8 | ||||
|     rev: 5.0.4 | ||||
|     hooks: | ||||
|       - id: flake8 | ||||
|         additional_dependencies: | ||||
| @@ -27,7 +27,7 @@ repos: | ||||
|           - --branch=release | ||||
|           - --branch=beta | ||||
|   - repo: https://github.com/asottile/pyupgrade | ||||
|     rev: v3.0.0 | ||||
|     rev: v3.2.0 | ||||
|     hooks: | ||||
|       - id: pyupgrade | ||||
|         args: [--py39-plus] | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| pylint==2.15.5 | ||||
| flake8==5.0.4 | ||||
| flake8==5.0.4  # also change in .pre-commit-config.yaml when updating | ||||
| black==22.8.0  # also change in .pre-commit-config.yaml when updating | ||||
| pyupgrade==3.2.0  # also change in .pre-commit-config.yaml when updating | ||||
| pre-commit | ||||
|   | ||||
		Reference in New Issue
	
	Block a user