Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
MYPY: venv/bin/mypy
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
- name: Set up virtualenv
run: python -m venv venv
- name: Install dependencies
Expand All @@ -34,10 +34,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip build
Expand All @@ -56,4 +56,4 @@ jobs:
if: ${{ github.ref_type == 'tag' }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
print_hash: true
print-hash: true
10 changes: 5 additions & 5 deletions script/linting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
flake8==4.0.1
flake8-builtins==1.5.3
flake8-commas==2.1.0
flake8-comprehensions==3.10.0
flake8==7.1.2
flake8-builtins==2.5.0
flake8-commas==4.0.0
flake8-comprehensions==3.16.0
flake8-debugger==4.1.2
flake8-isort==4.1.2.post0
flake8-isort==6.1.2
flake8-mutable==1.2.0
flake8-todo==0.7
flake8-tuple==0.4.1