Skip to content

Commit 1c16253

Browse files
Copilotmborgerson
andauthored
fix: add setuptools to lint env; update pyupgrade to --py312-plus
Agent-Logs-Url: https://github.com/angr/pypcode/sessions/7e623f7f-ff22-4e7a-9578-942b05ea58f9 Co-authored-by: mborgerson <8210+mborgerson@users.noreply.github.com>
1 parent 630943b commit 1c16253

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: '3.12'
1717
- run: |
18-
python -m pip install pylint
18+
python -m pip install setuptools pylint
1919
python -m pip install -e .
2020
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2121
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ repos:
6161
rev: v3.21.2
6262
hooks:
6363
- id: pyupgrade
64-
args: [--py38-plus]
64+
args: [--py312-plus]
6565

6666
# Last modifier: Coding Standard
6767
- repo: https://github.com/psf/black-pre-commit-mirror

0 commit comments

Comments
 (0)