Skip to content

Commit 0a67f59

Browse files
authored
Merge pull request #219 from anthonywritescode/py312
py312+
2 parents c0e785a + 671075f commit 0a67f59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
main:
1111
uses: asottile/workflows/.github/workflows/[email protected]
1212
with:
13-
env: '["py310"]'
13+
env: '["py312"]'

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v3.14.0
1414
hooks:
1515
- id: reorder-python-imports
16-
args: [--py310-plus, --add-import, 'from __future__ import annotations']
16+
args: [--py312-plus, --add-import, 'from __future__ import annotations']
1717
- repo: https://github.com/asottile/add-trailing-comma
1818
rev: v3.1.0
1919
hooks:
@@ -22,7 +22,7 @@ repos:
2222
rev: v3.19.1
2323
hooks:
2424
- id: pyupgrade
25-
args: [--py310-plus]
25+
args: [--py312-plus]
2626
- repo: https://github.com/hhatto/autopep8
2727
rev: v2.3.2
2828
hooks:

0 commit comments

Comments
 (0)