Skip to content

Commit

Permalink
Merge pull request #10 from roceb/develop
Browse files Browse the repository at this point in the history
Feat/Adds Pre-commit Hook
  • Loading branch information
extreme4all authored Oct 16, 2023
2 parents 2a7a4a3 + a1b31df commit 6777ed0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
language_version: python3.11
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python -m venv .venv
.venv\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pre-commit install
```
## linux
make sure to have pip
Expand All @@ -25,6 +26,7 @@ python3 -m venv .venv
source .venv\Scripts\activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
pre-commit install
```
# for admin purposes saving & upgrading
when you added some dependancies update the requirements
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 6777ed0

Please sign in to comment.