diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8293ab1..5e9e3fde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: ) - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade args: [ --py38-plus ] @@ -61,7 +61,7 @@ repos: args: [--target-version=4.2] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.3.0 hooks: - id: setup-cfg-fmt args: [ --include-version-classifiers ]