Skip to content

Commit

Permalink
[Fixes #20] add user create function
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Wallschlaeger committed May 6, 2024
2 parents 75967c2 + 44997ee commit 0455f24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/python-flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
<<<<<<< HEAD
<<<<<<< HEAD:.github/workflows/python-check.yaml
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: run black check
run: |
black --check .
- name: Test with mypy
run: "mypy geonodectl --check-untyped-defs"
=======
pip install `grep flake8 requirements.txt`
>>>>>>> e0762e8 ([Fixes #39] add .github/ISSUE_TEMPLATE/ and .github/pull_request_template.md):.github/workflows/python-flake8.yaml
=======
<<<<<<< HEAD:.github/workflows/python-flake8.yaml
pip install `grep flake8 requirements.txt`
=======
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: run black check
run: |
black --check .
>>>>>>> 8d0dc8f ([Fixes #32] make page size a default value inside the project):.github/workflows/python-check.yaml
>>>>>>> e15f302 ([Fixes #32] make page size a default value inside the project)
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
8 changes: 0 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,4 @@ types-tabulate==0.9.0.20240106
types-urllib3==1.26.25.14
flake8==7.0.0
black==24.4.1
<<<<<<< HEAD
<<<<<<< HEAD
mypy==1.10.0
=======
mypy==1.10.0
>>>>>>> e0762e8 ([Fixes #39] add .github/ISSUE_TEMPLATE/ and .github/pull_request_template.md)
=======
mypy==1.10.0
>>>>>>> e15f302 ([Fixes #32] make page size a default value inside the project)

0 comments on commit 0455f24

Please sign in to comment.