Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Jun 6, 2024
1 parent f7a668e commit 5ff4ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion system/t12_api/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ def check(self):
self.check_not_exists("public/" + prefix + "dists/")



class PublishConcurrentUpdateAPITestRepo(APITest):
"""
PUT /publish/:prefix/:distribution (local repos), DELETE /publish/:prefix/:distribution
Expand Down

0 comments on commit 5ff4ec7

Please sign in to comment.