diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b08664e..51f1f1b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.38.1 + rev: v2.38.2 hooks: - id: pyupgrade args: [--py37-plus] diff --git a/README.md b/README.md index 1b16fee9..0494af7f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/asottile/pyupgrade - rev: v2.38.1 + rev: v2.38.2 hooks: - id: pyupgrade ``` diff --git a/setup.cfg b/setup.cfg index aff4fbb5..ebbe1949 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyupgrade -version = 2.38.1 +version = 2.38.2 description = A tool to automatically upgrade syntax for newer versions. long_description = file: README.md long_description_content_type = text/markdown