summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-23 23:53:59 +0200
committerGitHub <noreply@github.com>2023-04-23 23:53:59 +0200
commita91a8d60ccd5ca8e5f8e162d67b3b93444105235 (patch)
tree7087fd6ddbabfc81f99627f1122f8092bec977fc /.pre-commit-config.yaml
parente49bfaa2229e2ce27b7a212ad3ebe378dc17f613 (diff)
downloadastroid-git-a91a8d60ccd5ca8e5f8e162d67b3b93444105235.tar.gz
Drop support for Python 3.7 (#2137)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c49cb91c..abfd00d6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
hooks:
- id: pyupgrade
exclude: tests/testdata
- args: [--py37-plus]
+ args: [--py38-plus]
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker/
rev: v1.1.3
hooks: