Drop support for Python 3.6 in add-trailing-comma

This commit is contained in:
Nicolas Barra 2023-02-13 18:51:15 -05:00 committed by GitHub
parent 8f2dfce5d1
commit 5d9a6e94e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ repos:
rev: v2.4.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
args: [--py38-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks: