Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Temporarily disable annoying linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PerchunPak committed Feb 18, 2022
1 parent 4a48391 commit 9a84555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL:=/usr/bin/env bash
.PHONY: lint
lint:
poetry run mypy --install-types --non-interactive autodonate tests
poetry run flake8 .
# poetry run flake8 .
poetry run doc8 -q docs

.PHONY: unit
Expand Down

0 comments on commit 9a84555

Please sign in to comment.