diff options
author | Anthony Sottile <asottile@umich.edu> | 2022-12-13 01:06:43 -0500 |
---|---|---|
committer | Anthony Sottile <asottile@umich.edu> | 2022-12-13 01:21:17 -0500 |
commit | e20394e5cbd8d440c9c1868ddc25d036afcbfe45 (patch) | |
tree | 0d84d5422bd5747d9f5397a7988cea24a036a058 /.pre-commit-config.yaml | |
parent | 0fd8b014cecae05ef4491254fa76fc765ec052c4 (diff) | |
download | pep8-e20394e5cbd8d440c9c1868ddc25d036afcbfe45.tar.gz |
drop python3.6
github actions no longer supports it
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 061253f..c477ffe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,12 +11,12 @@ repos: rev: v3.9.0 hooks: - id: reorder-python-imports - args: [--py36-plus] + args: [--py37-plus] - repo: https://github.com/asottile/pyupgrade rev: v3.3.0 hooks: - id: pyupgrade - args: [--py36-plus] + args: [--py37-plus] - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: |