Skip to content

Commit

Permalink
MR feedback
Browse files Browse the repository at this point in the history
Co-authored-by: zariiii9003 <52598363+zariiii9003@users.noreply.github.com>
  • Loading branch information
Tbruno25 and zariiii9003 committed May 16, 2023
1 parent 1f3525c commit 7d02e2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[lint]
pip install -e .[lint]
- name: mypy 3.7
run: |
mypy --python-version 3.7 .
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[lint]
pip install -e .[lint]
- name: Code Format Check with Black
run: |
black --check --verbose .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[lint]
pip install -e .[lint]
- name: Code Format Check with Black
run: |
black --verbose .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"msgpack~=1.0.0; platform_system != 'Windows'",
"setuptools >= 40.8",
]
requires-python = ">=3.7, <=4.0"
requires-python = ">=3.7"
license = { text = "LGPL v3" }
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 7d02e2f

Please sign in to comment.