[x] This branch is up-to-date with the develop branch.
[x] pytest passes on my local development environment.
[x] pre-commit passes on my local development environment.
[x] Manually tested that make commands still work
(env) michaelp@MacBook-Air-18 OpenOversight % make lint
pre-commit run --all-files
trim trailing whitespace.................................................Passed
check docstring is first.................................................Passed
check that executables have shebangs.....................................Passed
check json...............................................................Passed
check for case conflicts.................................................Passed
check toml...........................................(no files to check)Skipped
check for merge conflicts................................................Passed
check xml................................................................Passed
check yaml...............................................................Passed
fix end of files.........................................................Passed
check for broken symlinks............................(no files to check)Skipped
mixed line ending........................................................Passed
fix python encoding pragma...............................................Passed
pretty format json.......................................................Passed
fix requirements.txt.....................................................Passed
check blanket noqa.......................................................Passed
check for not-real mock methods..........................................Passed
check for eval().........................................................Passed
use logger.warning(......................................................Passed
Run isort to sort imports................................................Passed
Run pydocstyle...........................................................Passed
Do not use shebangs in non-executable files..............................Passed
flynt....................................................................Passed
flake8...................................................................Passed
black....................................................................Passed
mypy.....................................................................Passed
djLint formatting........................................................Passed
djLint linting...........................................................Passed
(env) michaelp@MacBook-Air-18 OpenOversight %
Description of Changes
Remove unnecessary
#
s from theMakefile
.Tests and Linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.make
commands still work