Skip to content

Commit

Permalink
test: Remove outdated linting/formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Aug 30, 2024
1 parent 641a9a6 commit 66038fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,4 @@ unittest:
unittest_verbose:
python3 -m unittest discover -s tests/ -f -v

analysis:
pyflakes normfn
# Debian version is badly packaged, make sure we are using Python 3.
-/usr/bin/env python3 $(FLAKE8) --max-line-length=132 --max-complexity 10 normfn tests/
$(PYLINT) --reports=n --disable=line-too-long --disable=missing-docstring --disable=locally-disabled normfn tests/

alltests: unittest analysis
alltests: unittest
2 changes: 0 additions & 2 deletions requirements-hacking.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
flake8
freezegun
pexpect
pylint

0 comments on commit 66038fa

Please sign in to comment.