No description
Find a file
dependabot[bot] 8da831f7df
Bump pre-commit from 2.20.0 to 2.21.0 (#40)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 2.21.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.20.0...v2.21.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-26 12:40:50 +01:00
.github Remove useless step 2022-12-10 01:18:32 +01:00
.idea Fix edit characters in group after creation 2022-11-16 12:43:14 +01:00
.vscode Add vscode settings 2022-11-18 18:32:22 +01:00
contrib Initial commit 2022-10-28 22:16:23 +02:00
db Initial commit 2022-10-28 22:16:23 +02:00
envs Fix stop container 2022-11-10 18:27:45 +01:00
src Fix spacing before comma 2022-12-09 19:49:03 +01:00
.envrc Initial commit 2022-10-28 22:16:23 +02:00
.eslintrc Initial commit 2022-10-28 22:16:23 +02:00
.gitignore Ignore character json 2022-11-14 18:50:02 +01:00
.gitmodules Initial commit 2022-10-28 22:16:23 +02:00
.pre-commit-config.yaml Add more pre-commit checks 2022-12-19 22:40:35 +01:00
.prettierrc Initial commit 2022-10-28 22:16:23 +02:00
constraints.txt Remove postgresql related dependencies & update deps 2022-12-19 22:00:17 +01:00
docker-compose-build.yaml Initial commit 2022-10-28 22:16:23 +02:00
docker-compose.yaml Fix stop container 2022-11-10 18:27:45 +01:00
Dockerfile Remove postgresql related dependencies & update deps 2022-12-19 22:00:17 +01:00
LICENSE Add license 2022-10-30 08:52:02 +01:00
pyproject.toml Switch to pip-tools for dependencies 2022-12-10 01:00:10 +01:00
README.md Add reuse message in readme 2022-12-19 22:38:35 +01:00
requirements-dev.in Update deps 2022-12-12 18:46:07 +01:00
requirements-dev.txt Bump pre-commit from 2.20.0 to 2.21.0 (#40) 2022-12-26 12:40:50 +01:00
requirements.in Remove postgresql related dependencies & update deps 2022-12-19 22:00:17 +01:00
requirements.txt Remove postgresql related dependencies & update deps 2022-12-19 22:00:17 +01:00
tasks.py Update deps 2022-12-12 18:46:07 +01:00

charasheet

Quick start

Clone, then

pyenv virtualenv 3.11.1 charasheet
pyenv local charasheet
pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py loaddata initial_data
./src/manage.py createsuperuser

Reuse

If you do reuse my work, please consider linking back to this repository 🙂