Skip to content

Commit

Permalink
Turn of 'setup.py check' linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescooke committed Sep 25, 2023
1 parent 88d8246 commit f79db05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ lint:
yapf --recursive --diff $(lint_files)
@echo "=== rst ==="
restructuredtext-lint $(rst_files)
@echo "=== setup.py ==="
python setup.py check --metadata --strict
# --- Disabling for now, will move to pyproject.toml in #228
# @echo "=== setup.py ==="
# python setup.py check --metadata --strict

.PHONY: lintexamples
lintexamples:
Expand Down

0 comments on commit f79db05

Please sign in to comment.