commit | 9c40982c4a57971255e4adb4e5ec2705ff3e6e27 | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Mon Dec 05 23:51:59 2022 +0000 |
committer | GitHub <noreply@github.com> | Mon Dec 05 23:51:59 2022 +0000 |
tree | 4a73a6b4ac448dab79847ba2e98e3a251f7b3447 | |
parent | 6336b8e79288ce4956cc5aff652ca74c11399671 [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.3.0)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4c46b4..a1925a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -24,7 +24,7 @@ - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.3.0 hooks: - id: pyupgrade args: [--py37-plus]