Skip to content

Commit

Permalink
Merge pull request #44 from pre-commit/all-repos_autofix_all-repos-ma…
Browse files Browse the repository at this point in the history
…nual

py39+
  • Loading branch information
asottile authored Oct 11, 2024
2 parents a527db3 + 99f668b commit 64b31a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ on:

jobs:
main:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
with:
env: '["py38", "py39", "py310", "py311", "py312", "py313", "pypy3"]'
env: '["py39", "py310", "py311", "py312", "py313", "py314", "pypy3"]'
main-win:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
with:
env: '["py38"]'
env: '["py39"]'
os: windows-latest
arch: '["x64", "x86"]'
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ repos:
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
args: ['--min-py-version', '3.8']
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py38-plus, --add-import, 'from __future__ import annotations']
args: [--py39-plus, --add-import, 'from __future__ import annotations']
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
hooks:
Expand All @@ -27,7 +26,7 @@ repos:
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers =
py_modules = sync_pre_commit_deps
install_requires =
ruamel.yaml>=0.17
python_requires = >=3.8
python_requires = >=3.9

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 64b31a5

Please sign in to comment.