lucyparsons / OpenOversight

Police oversight and accountability through public data 👮
https://openoversight.com
GNU General Public License v3.0
240 stars 79 forks source link

Remove extra `#`s from `Makefile` #1096

Closed michplunkett closed 6 months ago

michplunkett commented 7 months ago

Description of Changes

Remove unnecessary #s from the Makefile.

Tests and Linting

(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 % 
michplunkett commented 6 months ago

Made these changes in this PR, https://github.com/lucyparsons/OpenOversight/pull/1082, so I'm gonna close this bb.