Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Sep 10, 2024
1 parent 12e8918 commit 7555ed9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 889 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Update requirements.freeze.txt
run: |
pip freeze > requirements.freeze.txt && echo >> requirements.freeze.txt
pip freeze > requirements.freeze.txt
- name: Commit and push changes
run: |
Expand Down
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml

This file was deleted.

10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FLAKE8 ?= flake8
NPM ?= npm
NPX ?= npx
GUNICORN ?= gunicorn
PRECOMMIT ?= pre-commit


help: Makefile
Expand Down Expand Up @@ -160,16 +159,9 @@ package:
$(PYTHON) manage.py build_ui


## precommit: Run pre-commit hooks
.PHONY: precommit
precommit:
$(PRECOMMIT) install
$(PRECOMMIT) run --all-files


## ci: Run all CI tests.
.PHONY: ci
ci: coverage lint precommit outdated-pkg
ci: coverage lint outdated-pkg
@echo "\n>> ============= All quality checks passed ============= <<"


Expand Down
1 change: 0 additions & 1 deletion requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ flake8==3.9.2
flake8-comprehensions==3.15.0
flake8-eradicate==1.0.0
flake8-todo==0.7
pre-commit==2.16.0
306 changes: 0 additions & 306 deletions techstack.md

This file was deleted.

Loading

0 comments on commit 7555ed9

Please sign in to comment.