mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
fix flake8 error
This commit is contained in:
3
Makefile
3
Makefile
@@ -101,4 +101,7 @@ docker-system-tests: ## Run system tests in docker container (add TEST=t04_mirr
|
||||
golangci-lint: ## Run golangci-line in docker container
|
||||
docker run -t --rm -v ~/.cache/golangci-lint/v1.56.2:/root/.cache -v ${PWD}:/app -w /app golangci/golangci-lint:v1.56.2 golangci-lint run
|
||||
|
||||
flake8:
|
||||
flake8 system
|
||||
|
||||
.PHONY: help man modules version release goxc docker-build docker-system-tests
|
||||
|
||||
@@ -283,7 +283,6 @@ class PublishUpdateAPITestRepo(APITest):
|
||||
self.check_not_exists("public/" + prefix + "dists/")
|
||||
|
||||
|
||||
|
||||
class PublishConcurrentUpdateAPITestRepo(APITest):
|
||||
"""
|
||||
PUT /publish/:prefix/:distribution (local repos), DELETE /publish/:prefix/:distribution
|
||||
|
||||
Reference in New Issue
Block a user