https://github.com/ankush/contention
https://github.com/ankush/contention
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankush/contention
- Owner: ankush
- License: mit
- Created: 2025-03-31T12:07:28.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-31T12:07:57.000Z (over 1 year ago)
- Last Synced: 2025-04-03T18:50:19.858Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
### Contention
Contention
### Installation
You can install this app using the [bench](https://github.com/frappe/bench) CLI:
```bash
cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app contention
```
### Contributing
This app uses `pre-commit` for code formatting and linting. Please [install pre-commit](https://pre-commit.com/#installation) and enable it for this repository:
```bash
cd apps/contention
pre-commit install
```
Pre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
### License
mit