diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8fc29143e2..d26a933b00 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer exclude: tests/testdata - repo: https://github.com/PyCQA/autoflake - rev: v1.5.3 + rev: v1.6.0 hooks: - id: autoflake exclude: tests/testdata|astroid/__init__.py|astroid/scoped_nodes.py|astroid/node_classes.py @@ -28,7 +28,7 @@ repos: exclude: tests/testdata|setup.py types: [python] - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v2.38.0 hooks: - id: pyupgrade exclude: tests/testdata