We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c99606 commit 24d58d7Copy full SHA for 24d58d7
Makefile
@@ -25,9 +25,9 @@ test-all: ## Run all tests with coverage
25
poetry run pytest --cov=glrd --cov-report=html --cov-report=term
26
27
lint: ## Run linting
28
- poetry run flake8 --max-line-length 100 glrd/ tests/
+ poetry run flake8 --max-line-length 110 glrd/ tests/
29
poetry run black --check glrd/ tests/
30
- poetry run autopep8 --diff --max-line-length 100 -r glrd/ tests/
+ poetry run autopep8 --diff --max-line-length 110 -r glrd/ tests/
31
32
format: ## Format code
33
poetry run black glrd/ tests/
0 commit comments