Skip to content

Commit 24d58d7

Browse files
committed
reorder tests
1 parent 1c99606 commit 24d58d7

File tree

2 files changed

+457
-139
lines changed

2 files changed

+457
-139
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ test-all: ## Run all tests with coverage
2525
poetry run pytest --cov=glrd --cov-report=html --cov-report=term
2626

2727
lint: ## Run linting
28-
poetry run flake8 --max-line-length 100 glrd/ tests/
28+
poetry run flake8 --max-line-length 110 glrd/ tests/
2929
poetry run black --check glrd/ tests/
30-
poetry run autopep8 --diff --max-line-length 100 -r glrd/ tests/
30+
poetry run autopep8 --diff --max-line-length 110 -r glrd/ tests/
3131

3232
format: ## Format code
3333
poetry run black glrd/ tests/

0 commit comments

Comments
 (0)