Skip to content

Commit

Permalink
Merge pull request #19 from pre-commit-ci/all-repos_autofix_all-repos…
Browse files Browse the repository at this point in the history
…-manual

py39+
  • Loading branch information
asottile authored Oct 12, 2024
2 parents 1384014 + 6f4b769 commit ea952db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
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 @@ -22,7 +22,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
4 changes: 2 additions & 2 deletions bin/main
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import shutil
import subprocess
import tempfile
import urllib.request
from collections.abc import Iterable
from collections.abc import Sequence
from typing import Any
from typing import Iterable
from typing import NamedTuple
from typing import Sequence

_VERSION = 'v1.0.3'

Expand Down

0 comments on commit ea952db

Please sign in to comment.